#3C1260

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

Shades of Christalle #3C1260

Tints of Christalle #3C1260

Color information

#3C1260 (or 0x3C1260) is unknown color: approx Christalle. HEX triplet: 3C, 12 and 60. RGB value is (60,18,96). Sum of RGB (Red+Green+Blue) = 60+18+96=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 96 (37.89% from 255 or 55.17% from 174); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C1260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1260 is #C3ED9F. Grayscale: #272727. Windows color (decimal): -12840352 or 6296124. OLE color: 6296124.

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

Color convert

RGB601896-
CMYK0.380.8100.62
HSL272.31º68.42%22.35%-
HSV(B)272.31º81.25%37.65%-
XYZ4.192.2411.28-
YUV39.45159.91142.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.48%
GREEN value IS 18 (7.42% from 255) = 10.34%
BLUE value IS 96 (37.89% from 255) = 55.17%
R=34.48%
G=10.34%
B=55.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6018960.380.8100.62272.3168.4222.35
Hex3C1260265103E1104416
Octal74221404612107642010426
Binary11110010010110000010011010100010111110100010000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,18,96); }

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

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

 a { background-color: rgb(60,18,96); }

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

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

 span { border-color: rgb(60,18,96); }

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