#2B085D

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

Shades of Christalle #2B085D

Tints of Christalle #2B085D

Color information

#2B085D (or 0x2B085D) is unknown color: approx Christalle. HEX triplet: 2B, 08 and 5D. RGB value is (43,8,93). Sum of RGB (Red+Green+Blue) = 43+8+93=144 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.86% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #2B085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B085D is #D4F7A2. Grayscale: #1B1B1B. Windows color (decimal): -13957027 or 6096939. OLE color: 6096939.

HSL color Cylindrical-coordinate representation of color #2B085D: hue angle of 264.71º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B085D is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB43893-
CMYK0.540.9100.64
HSL264.71º84.16%19.8%-
HSV(B)264.71º91.4%36.47%-
XYZ3.061.4810.48-
YUV28.15164.6138.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 29.86%
GREEN value IS 8 (3.52% from 255) = 5.56%
BLUE value IS 93 (36.72% from 255) = 64.58%
R=29.86%
G=5.56%
B=64.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal438930.540.9100.64264.7184.1619.8
Hex2B85D365B0401095414
Octal531013566133010041112424
Binary10101110001011101110110101101101000000100001001101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,8,93); }

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

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

 a { background-color: rgb(43,8,93); }

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

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

 span { border-color: rgb(43,8,93); }

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