#2B1558

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

Shades of Christalle #2B1558

Tints of Christalle #2B1558

Color information

#2B1558 (or 0x2B1558) is unknown color: approx Christalle. HEX triplet: 2B, 15 and 58. RGB value is (43,21,88). Sum of RGB (Red+Green+Blue) = 43+21+88=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 88 (34.77% from 255 or 57.89% from 152); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B1558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1558 is #D4EAA7. Grayscale: #222222. Windows color (decimal): -13953704 or 5772587. OLE color: 5772587.

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

Color convert

RGB432188-
CMYK0.510.7600.65
HSL259.7º61.47%21.37%-
HSV(B)259.7º76.14%34.51%-
XYZ3.031.759.41-
YUV35.22157.79133.55-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.29%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 88 (34.77% from 255) = 57.89%
R=28.29%
G=13.82%
B=57.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4321880.510.7600.65259.761.4721.37
Hex2B1558334C0411043d15
Octal53251306311401014047525
Binary10101110101101100011001110011000100000110000010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,21,88); }

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

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

 a { background-color: rgb(43,21,88); }

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

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

 span { border-color: rgb(43,21,88); }

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