#2B1991

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

Shades of Persian Indigo #2B1991

Tints of Persian Indigo #2B1991

Color information

#2B1991 (or 0x2B1991) is unknown color: approx Persian Indigo. HEX triplet: 2B, 19 and 91. RGB value is (43,25,145). Sum of RGB (Red+Green+Blue) = 43+25+145=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #2B1991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1991 is #D4E66E. Grayscale: #2B2B2B. Windows color (decimal): -13952623 or 9509163. OLE color: 9509163.

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

Color convert

RGB4325145-
CMYK0.700.8300.43
HSL249º70.59%33.33%-
HSV(B)249º82.76%56.86%-
XYZ6.453.2527.08-
YUV44.06184.96127.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.19%
GREEN value IS 25 (10.16% from 255) = 11.74%
BLUE value IS 145 (57.03% from 255) = 68.08%
R=20.19%
G=11.74%
B=68.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal43251450.700.8300.4324970.5933.33
Hex2B1991465302Bf94721
Octal533122110612305337110741
Binary1010111100110010001100011010100110101011111110011000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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