#2B1582

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

Shades of Persian Indigo #2B1582

Tints of Persian Indigo #2B1582

Color information

#2B1582 (or 0x2B1582) is unknown color: approx Persian Indigo. HEX triplet: 2B, 15 and 82. RGB value is (43,21,130). Sum of RGB (Red+Green+Blue) = 43+21+130=194 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.16% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 130 (51.17% from 255 or 67.01% from 194); Max value from RGB is 130 - color contains mainly: blue. Hex color #2B1582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1582 is #D4EA7D. Grayscale: #272727. Windows color (decimal): -13953662 or 8525099. OLE color: 8525099.

HSL color Cylindrical-coordinate representation of color #2B1582: hue angle of 252.11º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B1582 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4321130-
CMYK0.670.8400.49
HSL252.11º72.19%29.61%-
HSV(B)252.11º83.85%50.98%-
XYZ5.292.6621.35-
YUV40178.79130.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.16%
GREEN value IS 21 (8.59% from 255) = 10.82%
BLUE value IS 130 (51.17% from 255) = 67.01%
R=22.16%
G=10.82%
B=67.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43211300.670.8400.49252.1172.1929.61
Hex2B15824354031fc481e
Octal532520210312406137411036
Binary101011101011000001010000111010100011000111111100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,21,130); }

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

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

 a { background-color: rgb(43,21,130); }

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

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

 span { border-color: rgb(43,21,130); }

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