#2C1366

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

Shades of Christalle #2C1366

Tints of Christalle #2C1366

Color information

#2C1366 (or 0x2C1366) is unknown color: approx Christalle. HEX triplet: 2C, 13 and 66. RGB value is (44,19,102). Sum of RGB (Red+Green+Blue) = 44+19+102=165 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.67% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 102 (40.23% from 255 or 61.82% from 165); Max value from RGB is 102 - color contains mainly: blue. Hex color #2C1366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1366 is #D3EC99. Grayscale: #232323. Windows color (decimal): -13888666 or 6689580. OLE color: 6689580.

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

Color convert

RGB4419102-
CMYK0.570.8100.6
HSL258.07º68.6%23.73%-
HSV(B)258.07º81.37%40%-
XYZ3.671.9612.76-
YUV35.94165.28133.75-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.67%
GREEN value IS 19 (7.81% from 255) = 11.52%
BLUE value IS 102 (40.23% from 255) = 61.82%
R=26.67%
G=11.52%
B=61.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal44191020.570.8100.6258.0768.623.73
Hex2C1366395103C1024518
Octal54231467112107440210530
Binary10110010011110011011100110100010111100100000010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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