#2B015A

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

Shades of Christalle #2B015A

Tints of Christalle #2B015A

Color information

#2B015A (or 0x2B015A) is unknown color: approx Christalle. HEX triplet: 2B, 01 and 5A. RGB value is (43,1,90). Sum of RGB (Red+Green+Blue) = 43+1+90=134 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.09% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 90 (35.55% from 255 or 67.16% from 134); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B015A is #D4FEA5. Grayscale: #171717. Windows color (decimal): -13958822 or 5898539. OLE color: 5898539.

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

Color convert

RGB43190-
CMYK0.520.9900.65
HSL268.31º97.8%17.84%-
HSV(B)268.31º98.89%35.29%-
XYZ2.851.279.77-
YUV23.7165.41141.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 32.09%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 90 (35.55% from 255) = 67.16%
R=32.09%
G=0.75%
B=67.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal431900.520.9900.65268.3197.817.84
Hex2B15A346304110c6212
Octal53113264143010141414222
Binary10101111011010110100110001101000001100001100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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