#2B1058

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

Shades of Christalle #2B1058

Tints of Christalle #2B1058

Color information

#2B1058 (or 0x2B1058) is unknown color: approx Christalle. HEX triplet: 2B, 10 and 58. RGB value is (43,16,88). Sum of RGB (Red+Green+Blue) = 43+16+88=147 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.25% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B1058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1058 is #D4EFA7. Grayscale: #202020. Windows color (decimal): -13954984 or 5771307. OLE color: 5771307.

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

Color convert

RGB431688-
CMYK0.510.8200.65
HSL262.5º69.23%20.39%-
HSV(B)262.5º81.82%34.51%-
XYZ2.941.599.38-
YUV32.28159.45135.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 29.25%
GREEN value IS 16 (6.64% from 255) = 10.88%
BLUE value IS 88 (34.77% from 255) = 59.86%
R=29.25%
G=10.88%
B=59.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4316880.510.8200.65262.569.2320.39
Hex2B105833520411064514
Octal532013063122010140610524
Binary101011100001011000110011101001001000001100000110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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