#2C1666

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

Shades of Christalle #2C1666

Tints of Christalle #2C1666

Color information

#2C1666 (or 0x2C1666) is unknown color: approx Christalle. HEX triplet: 2C, 16 and 66. RGB value is (44,22,102). Sum of RGB (Red+Green+Blue) = 44+22+102=168 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.19% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 102 (40.23% from 255 or 60.71% from 168); Max value from RGB is 102 - color contains mainly: blue. Hex color #2C1666 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1666 is #D3E999. Grayscale: #252525. Windows color (decimal): -13887898 or 6690348. OLE color: 6690348.

HSL color Cylindrical-coordinate representation of color #2C1666: hue angle of 256.5º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C1666 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4422102-
CMYK0.570.7800.6
HSL256.5º64.52%24.31%-
HSV(B)256.5º78.43%40%-
XYZ3.722.0712.77-
YUV37.7164.29132.5-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.19%
GREEN value IS 22 (8.98% from 255) = 13.10%
BLUE value IS 102 (40.23% from 255) = 60.71%
R=26.19%
G=13.10%
B=60.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal44221020.570.7800.6256.564.5224.31
Hex2C1666394E03C1004118
Octal54261467111607440010130
Binary10110010110110011011100110011100111100100000000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,22,102); }

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

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

 a { background-color: rgb(44,22,102); }

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

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

 span { border-color: rgb(44,22,102); }

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