#3C2071

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

Shades of Christalle #3C2071

Tints of Christalle #3C2071

Color information

#3C2071 (or 0x3C2071) is unknown color: approx Christalle. HEX triplet: 3C, 20 and 71. RGB value is (60,32,113). Sum of RGB (Red+Green+Blue) = 60+32+113=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C2071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2071 is #C3DF8E. Grayscale: #313131. Windows color (decimal): -12836751 or 7413820. OLE color: 7413820.

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

Color convert

RGB6032113-
CMYK0.470.7200.56
HSL260.74º55.86%28.43%-
HSV(B)260.74º71.68%44.31%-
XYZ5.363.1915.96-
YUV49.61163.78135.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.27%
GREEN value IS 32 (12.89% from 255) = 15.61%
BLUE value IS 113 (44.53% from 255) = 55.12%
R=29.27%
G=15.61%
B=55.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60321130.470.7200.56260.7455.8628.43
Hex3C20712F48038105381c
Octal7440161571100704057034
Binary11110010000011100011011111001000011100010000010111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,32,113); }

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

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

 a { background-color: rgb(60,32,113); }

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

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

 span { border-color: rgb(60,32,113); }

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