#2B0291

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

Shades of Persian Indigo #2B0291

Tints of Persian Indigo #2B0291

Color information

#2B0291 (or 0x2B0291) is unknown color: approx Persian Indigo. HEX triplet: 2B, 02 and 91. RGB value is (43,2,145). Sum of RGB (Red+Green+Blue) = 43+2+145=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 145 (57.03% from 255 or 76.32% from 190); Max value from RGB is 145 - color contains mainly: blue. Hex color #2B0291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0291 is #D4FD6E. Grayscale: #1E1E1E. Windows color (decimal): -13958511 or 9503275. OLE color: 9503275.

HSL color Cylindrical-coordinate representation of color #2B0291: hue angle of 257.2º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B0291 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB432145-
CMYK0.700.9900.43
HSL257.2º97.28%28.82%-
HSV(B)257.2º98.62%56.86%-
XYZ6.132.626.97-
YUV30.56192.58136.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.63%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 145 (57.03% from 255) = 76.32%
R=22.63%
G=1.05%
B=76.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4321450.700.9900.43257.297.2828.82
Hex2B291466302B101611d
Octal53222110614305340114135
Binary1010111010010001100011011000110101011100000001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,2,145); }

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

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

 a { background-color: rgb(43,2,145); }

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

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

 span { border-color: rgb(43,2,145); }

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