#2C1459

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

Shades of Christalle #2C1459

Tints of Christalle #2C1459

Color information

#2C1459 (or 0x2C1459) is unknown color: approx Christalle. HEX triplet: 2C, 14 and 59. RGB value is (44,20,89). Sum of RGB (Red+Green+Blue) = 44+20+89=153 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.76% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #2C1459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1459 is #D3EBA6. Grayscale: #222222. Windows color (decimal): -13888423 or 5837868. OLE color: 5837868.

HSL color Cylindrical-coordinate representation of color #2C1459: hue angle of 260.87º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C1459 is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB442089-
CMYK0.510.7800.65
HSL260.87º63.3%21.37%-
HSV(B)260.87º77.53%34.9%-
XYZ3.091.769.63-
YUV35.04158.45134.39-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.76%
GREEN value IS 20 (8.20% from 255) = 13.07%
BLUE value IS 89 (35.16% from 255) = 58.17%
R=28.76%
G=13.07%
B=58.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4420890.510.7800.65260.8763.321.37
Hex2C1459334E0411053f15
Octal54241316311601014057725
Binary10110010100101100111001110011100100000110000010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,20,89); }

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

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

 a { background-color: rgb(44,20,89); }

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

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

 span { border-color: rgb(44,20,89); }

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