#3C1461

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

Shades of Christalle #3C1461

Tints of Christalle #3C1461

Color information

#3C1461 (or 0x3C1461) is unknown color: approx Christalle. HEX triplet: 3C, 14 and 61. RGB value is (60,20,97). Sum of RGB (Red+Green+Blue) = 60+20+97=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #3C1461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1461 is #C3EB9E. Grayscale: #282828. Windows color (decimal): -12839839 or 6362172. OLE color: 6362172.

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

Color convert

RGB602097-
CMYK0.380.7900.62
HSL271.17º65.81%22.94%-
HSV(B)271.17º79.38%38.04%-
XYZ4.272.3211.53-
YUV40.74159.75141.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.90%
GREEN value IS 20 (8.20% from 255) = 11.30%
BLUE value IS 97 (38.28% from 255) = 54.80%
R=33.90%
G=11.30%
B=54.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6020970.380.7900.62271.1765.8122.94
Hex3C1461264F03E10f4217
Octal74241414611707641710227
Binary11110010100110000110011010011110111110100001111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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