#3C1561

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

Shades of Christalle #3C1561

Tints of Christalle #3C1561

Color information

#3C1561 (or 0x3C1561) is unknown color: approx Christalle. HEX triplet: 3C, 15 and 61. RGB value is (60,21,97). Sum of RGB (Red+Green+Blue) = 60+21+97=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #3C1561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1561 is #C3EA9E. Grayscale: #292929. Windows color (decimal): -12839583 or 6362428. OLE color: 6362428.

HSL color Cylindrical-coordinate representation of color #3C1561: hue angle of 270.79º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C1561 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB602197-
CMYK0.380.7800.62
HSL270.79º64.41%23.14%-
HSV(B)270.79º78.35%38.04%-
XYZ4.292.3611.54-
YUV41.32159.42141.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.71%
GREEN value IS 21 (8.59% from 255) = 11.80%
BLUE value IS 97 (38.28% from 255) = 54.49%
R=33.71%
G=11.80%
B=54.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6021970.380.7800.62270.7964.4123.14
Hex3C1561264E03E10f4017
Octal74251414611607641710027
Binary11110010101110000110011010011100111110100001111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,21,97); }

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

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

 a { background-color: rgb(60,21,97); }

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

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

 span { border-color: rgb(60,21,97); }

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