#2B085A

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

Shades of Christalle #2B085A

Tints of Christalle #2B085A

Color information

#2B085A (or 0x2B085A) is unknown color: approx Christalle. HEX triplet: 2B, 08 and 5A. RGB value is (43,8,90). Sum of RGB (Red+Green+Blue) = 43+8+90=141 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.50% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B085A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B085A is #D4F7A5. Grayscale: #1B1B1B. Windows color (decimal): -13957030 or 5900331. OLE color: 5900331.

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

Color convert

RGB43890-
CMYK0.520.9100.65
HSL265.61º83.67%19.22%-
HSV(B)265.61º91.11%35.29%-
XYZ2.931.439.79-
YUV27.81163.1138.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.50%
GREEN value IS 8 (3.52% from 255) = 5.67%
BLUE value IS 90 (35.55% from 255) = 63.83%
R=30.50%
G=5.67%
B=63.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal438900.520.9100.65265.6183.6719.22
Hex2B85A345B04110a5413
Octal531013264133010141212423
Binary10101110001011010110100101101101000001100001010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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