#2C1360

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

Shades of Christalle #2C1360

Tints of Christalle #2C1360

Color information

#2C1360 (or 0x2C1360) is unknown color: approx Christalle. HEX triplet: 2C, 13 and 60. RGB value is (44,19,96). Sum of RGB (Red+Green+Blue) = 44+19+96=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 96 (37.89% from 255 or 60.38% from 159); Max value from RGB is 96 - color contains mainly: blue. Hex color #2C1360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1360 is #D3EC9F. Grayscale: #222222. Windows color (decimal): -13888672 or 6296364. OLE color: 6296364.

HSL color Cylindrical-coordinate representation of color #2C1360: hue angle of 259.48º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C1360 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB441996-
CMYK0.540.8000.62
HSL259.48º66.96%22.55%-
HSV(B)259.48º80.21%37.65%-
XYZ3.381.8511.24-
YUV35.25162.28134.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.67%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 96 (37.89% from 255) = 60.38%
R=27.67%
G=11.95%
B=60.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4419960.540.8000.62259.4866.9622.55
Hex2C1360365003E1034317
Octal54231406612007640310327
Binary10110010011110000011011010100000111110100000011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C1360; }

 p { color: rgb(44,19,96); }

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

<style>
 a { background-color: #2C1360; }

 a { background-color: rgb(44,19,96); }

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

<style>
 span { border-color: #2C1360; }

 span { border-color: rgb(44,19,96); }

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