#2C115A

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

Shades of Christalle #2C115A

Tints of Christalle #2C115A

Color information

#2C115A (or 0x2C115A) is unknown color: approx Christalle. HEX triplet: 2C, 11 and 5A. RGB value is (44,17,90). Sum of RGB (Red+Green+Blue) = 44+17+90=151 (20% of max value = 765). Red value is 44 (17.58% from 255 or 29.14% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #2C115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C115A is #D3EEA5. Grayscale: #212121. Windows color (decimal): -13889190 or 5902636. OLE color: 5902636.

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

Color convert

RGB441790-
CMYK0.510.8100.65
HSL262.19º68.22%20.98%-
HSV(B)262.19º81.11%35.29%-
XYZ3.081.679.83-
YUV33.39159.95135.56-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 29.14%
GREEN value IS 17 (7.03% from 255) = 11.26%
BLUE value IS 90 (35.55% from 255) = 59.60%
R=29.14%
G=11.26%
B=59.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4417900.510.8100.65262.1968.2220.98
Hex2C115A33510411064415
Octal542113263121010140610425
Binary101100100011011010110011101000101000001100000110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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