#2B0572

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

Shades of Persian Indigo #2B0572

Tints of Persian Indigo #2B0572

Color information

#2B0572 (or 0x2B0572) is unknown color: approx Persian Indigo. HEX triplet: 2B, 05 and 72. RGB value is (43,5,114). Sum of RGB (Red+Green+Blue) = 43+5+114=162 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.54% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 114 (44.92% from 255 or 70.37% from 162); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B0572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0572 is #D4FA8D. Grayscale: #1C1C1C. Windows color (decimal): -13957774 or 7472427. OLE color: 7472427.

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

Color convert

RGB435114-
CMYK0.620.9600.55
HSL260.92º91.6%23.33%-
HSV(B)260.92º95.61%44.71%-
XYZ4.091.8416.06-
YUV28.79176.09138.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.54%
GREEN value IS 5 (2.34% from 255) = 3.09%
BLUE value IS 114 (44.92% from 255) = 70.37%
R=26.54%
G=3.09%
B=70.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4351140.620.9600.55260.9291.623.33
Hex2B5723E600371055c17
Octal5351627614006740513427
Binary101011101111001011111011000000110111100000101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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