#2B1159

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

Shades of Christalle #2B1159

Tints of Christalle #2B1159

Color information

#2B1159 (or 0x2B1159) is unknown color: approx Christalle. HEX triplet: 2B, 11 and 59. RGB value is (43,17,89). Sum of RGB (Red+Green+Blue) = 43+17+89=149 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.86% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 89 (35.16% from 255 or 59.73% from 149); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B1159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1159 is #D4EEA6. Grayscale: #202020. Windows color (decimal): -13954727 or 5837099. OLE color: 5837099.

HSL color Cylindrical-coordinate representation of color #2B1159: hue angle of 261.67º 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 #2B1159 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB431789-
CMYK0.520.8100.65
HSL261.67º67.92%20.78%-
HSV(B)261.67º80.9%34.9%-
XYZ31.649.61-
YUV32.98159.61135.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.86%
GREEN value IS 17 (7.03% from 255) = 11.41%
BLUE value IS 89 (35.16% from 255) = 59.73%
R=28.86%
G=11.41%
B=59.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4317890.520.8100.65261.6767.9220.78
Hex2B115934510411064415
Octal532113164121010140610425
Binary101011100011011001110100101000101000001100000110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,17,89); }

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

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

 a { background-color: rgb(43,17,89); }

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

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

 span { border-color: rgb(43,17,89); }

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