#3B1D71

Color #3B1D71 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #3B1D71

Tints of Christalle #3B1D71

Color information

#3B1D71 (or 0x3B1D71) is unknown color: approx Christalle. HEX triplet: 3B, 1D and 71. RGB value is (59,29,113). Sum of RGB (Red+Green+Blue) = 59+29+113=201 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.35% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #3B1D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1D71 is #C4E28E. Grayscale: #2F2F2F. Windows color (decimal): -12903055 or 7413051. OLE color: 7413051.

HSL color Cylindrical-coordinate representation of color #3B1D71: hue angle of 261.43º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B1D71 is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5929113-
CMYK0.480.7400.56
HSL261.43º59.15%27.84%-
HSV(B)261.43º74.34%44.31%-
XYZ5.22315.93-
YUV47.55164.94136.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 29.35%
GREEN value IS 29 (11.72% from 255) = 14.43%
BLUE value IS 113 (44.53% from 255) = 56.22%
R=29.35%
G=14.43%
B=56.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59291130.480.7400.56261.4359.1527.84
Hex3B1D71304A0381053b1c
Octal7335161601120704057334
Binary1110111110111100011100001001010011100010000010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B1D71; }

 p { color: rgb(59,29,113); }

 H1.HeaderClassName
 {
   color: #3B1D71;
 }
 .AnyTagClassName
 {
   color: #3B1D71;
 }
</style>
background-color css

<style>
 a { background-color: #3B1D71; }

 a { background-color: rgb(59,29,113); }

 div.DivClassName
 {
   background-color: #3B1D71;
 }
 .BgClassName
 {
   background-color: #3B1D71;
 }
</style>
border-color css

<style>
 span { border-color: #3B1D71; }

 span { border-color: rgb(59,29,113); }

 td.TdClassName
 {
   border-color: #3B1D71;
 }
 .TagClassName
 {
   border-color: #3B1D71;
 }
</style>