#2B1491

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

Shades of Persian Indigo #2B1491

Tints of Persian Indigo #2B1491

Color information

#2B1491 (or 0x2B1491) is unknown color: approx Persian Indigo. HEX triplet: 2B, 14 and 91. RGB value is (43,20,145). Sum of RGB (Red+Green+Blue) = 43+20+145=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 145 (57.03% from 255 or 69.71% from 208); Max value from RGB is 145 - color contains mainly: blue. Hex color #2B1491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1491 is #D4EB6E. Grayscale: #282828. Windows color (decimal): -13953903 or 9507883. OLE color: 9507883.

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

Color convert

RGB4320145-
CMYK0.700.8600.43
HSL251.04º75.76%32.35%-
HSV(B)251.04º86.21%56.86%-
XYZ6.363.0627.04-
YUV41.13186.62129.34-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.67%
GREEN value IS 20 (8.20% from 255) = 9.62%
BLUE value IS 145 (57.03% from 255) = 69.71%
R=20.67%
G=9.62%
B=69.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal43201450.700.8600.43251.0475.7632.35
Hex2B1491465602Bfb4c20
Octal532422110612605337311440
Binary1010111010010010001100011010101100101011111110111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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