#3C1C71

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

Shades of Christalle #3C1C71

Tints of Christalle #3C1C71

Color information

#3C1C71 (or 0x3C1C71) is unknown color: approx Christalle. HEX triplet: 3C, 1C and 71. RGB value is (60,28,113). Sum of RGB (Red+Green+Blue) = 60+28+113=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 28 (11.33% from 255 or 13.93% 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 #3C1C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C1C71 is #C3E38E. Grayscale: #2E2E2E. Windows color (decimal): -12837775 or 7412796. OLE color: 7412796.

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

Color convert

RGB6028113-
CMYK0.470.7500.56
HSL262.59º60.28%27.65%-
HSV(B)262.59º75.22%44.31%-
XYZ5.262.9815.92-
YUV47.26165.1137.09-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.85%
GREEN value IS 28 (11.33% from 255) = 13.93%
BLUE value IS 113 (44.53% from 255) = 56.22%
R=29.85%
G=13.93%
B=56.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60281130.470.7500.56262.5960.2827.65
Hex3C1C712F4B0381073c1c
Octal7434161571130704077434
Binary1111001110011100011011111001011011100010000011111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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