#2B0571

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

Shades of Persian Indigo #2B0571

Tints of Persian Indigo #2B0571

Color information

#2B0571 (or 0x2B0571) is unknown color: approx Persian Indigo. HEX triplet: 2B, 05 and 71. RGB value is (43,5,113). Sum of RGB (Red+Green+Blue) = 43+5+113=161 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.71% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 113 (44.53% from 255 or 70.19% from 161); Max value from RGB is 113 - color contains mainly: blue. Hex color #2B0571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0571 is #D4FA8E. Grayscale: #1C1C1C. Windows color (decimal): -13957775 or 7406891. OLE color: 7406891.

HSL color Cylindrical-coordinate representation of color #2B0571: hue angle of 261.11º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B0571 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB435113-
CMYK0.620.9600.56
HSL261.11º91.53%23.14%-
HSV(B)261.11º95.58%44.31%-
XYZ4.031.8115.76-
YUV28.67175.59138.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.71%
GREEN value IS 5 (2.34% from 255) = 3.11%
BLUE value IS 113 (44.53% from 255) = 70.19%
R=26.71%
G=3.11%
B=70.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4351130.620.9600.56261.1191.5323.14
Hex2B5713E600381055c17
Octal5351617614007040513427
Binary101011101111000111111011000000111000100000101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,5,113); }

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

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

 a { background-color: rgb(43,5,113); }

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

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

 span { border-color: rgb(43,5,113); }

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