#2C0258

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

Shades of Christalle #2C0258

Tints of Christalle #2C0258

Color information

#2C0258 (or 0x2C0258) is unknown color: approx Christalle. HEX triplet: 2C, 02 and 58. RGB value is (44,2,88). Sum of RGB (Red+Green+Blue) = 44+2+88=134 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.84% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 88 (34.77% from 255 or 65.67% from 134); Max value from RGB is 88 - color contains mainly: blue. Hex color #2C0258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0258 is #D3FDA7. Grayscale: #181818. Windows color (decimal): -13893032 or 5767724. OLE color: 5767724.

HSL color Cylindrical-coordinate representation of color #2C0258: hue angle of 269.3º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C0258 is Cyan = 0.5, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB44288-
CMYK0.50.9800.65
HSL269.3º95.56%17.65%-
HSV(B)269.3º97.73%34.51%-
XYZ2.821.289.33-
YUV24.36163.91142.01-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 32.84%
GREEN value IS 2 (1.17% from 255) = 1.49%
BLUE value IS 88 (34.77% from 255) = 65.67%
R=32.84%
G=1.49%
B=65.67%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal442880.50.9800.65269.395.5617.65
Hex2C258326204110d6012
Octal54213062142010141514022
Binary101100101011000110010110001001000001100001101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,2,88); }

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

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

 a { background-color: rgb(44,2,88); }

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

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

 span { border-color: rgb(44,2,88); }

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