#2B1859

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

Shades of Christalle #2B1859

Tints of Christalle #2B1859

Color information

#2B1859 (or 0x2B1859) is unknown color: approx Christalle. HEX triplet: 2B, 18 and 59. RGB value is (43,24,89). Sum of RGB (Red+Green+Blue) = 43+24+89=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B1859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1859 is #D4E7A6. Grayscale: #242424. Windows color (decimal): -13952935 or 5838891. OLE color: 5838891.

HSL color Cylindrical-coordinate representation of color #2B1859: hue angle of 257.54º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B1859 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB432489-
CMYK0.520.7300.65
HSL257.54º57.52%22.16%-
HSV(B)257.54º73.03%34.9%-
XYZ3.131.899.65-
YUV37.09157.29132.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.56%
GREEN value IS 24 (9.77% from 255) = 15.38%
BLUE value IS 89 (35.16% from 255) = 57.05%
R=27.56%
G=15.38%
B=57.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4324890.520.7300.65257.5457.5222.16
Hex2B185934490411023a16
Octal53301316411101014027226
Binary10101111000101100111010010010010100000110000001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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