#2C115B

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

Shades of Christalle #2C115B

Tints of Christalle #2C115B

Color information

#2C115B (or 0x2C115B) is unknown color: approx Christalle. HEX triplet: 2C, 11 and 5B. RGB value is (44,17,91). Sum of RGB (Red+Green+Blue) = 44+17+91=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 91 (35.94% from 255 or 59.87% from 152); Max value from RGB is 91 - color contains mainly: blue. Hex color #2C115B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C115B is #D3EEA4. Grayscale: #212121. Windows color (decimal): -13889189 or 5968172. OLE color: 5968172.

HSL color Cylindrical-coordinate representation of color #2C115B: hue angle of 261.89º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C115B is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB441791-
CMYK0.520.8100.64
HSL261.89º68.52%21.18%-
HSV(B)261.89º81.32%35.69%-
XYZ3.131.6910.06-
YUV33.51160.45135.48-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.95%
GREEN value IS 17 (7.03% from 255) = 11.18%
BLUE value IS 91 (35.94% from 255) = 59.87%
R=28.95%
G=11.18%
B=59.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4417910.520.8100.64261.8968.5221.18
Hex2C115B34510401064515
Octal542113364121010040610525
Binary101100100011011011110100101000101000000100000110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C115B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,17,91); }

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

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

 a { background-color: rgb(44,17,91); }

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

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

 span { border-color: rgb(44,17,91); }

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