#2D0591

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

Shades of Persian Indigo #2D0591

Tints of Persian Indigo #2D0591

Color information

#2D0591 (or 0x2D0591) is unknown color: approx Persian Indigo. HEX triplet: 2D, 05 and 91. RGB value is (45,5,145). Sum of RGB (Red+Green+Blue) = 45+5+145=195 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.08% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 145 (57.03% from 255 or 74.36% from 195); Max value from RGB is 145 - color contains mainly: blue. Hex color #2D0591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0591 is #D2FA6E. Grayscale: #202020. Windows color (decimal): -13826671 or 9504045. OLE color: 9504045.

HSL color Cylindrical-coordinate representation of color #2D0591: hue angle of 257.14º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D0591 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB455145-
CMYK0.690.9700.43
HSL257.14º93.33%29.41%-
HSV(B)257.14º96.55%56.86%-
XYZ6.252.7126.98-
YUV32.92191.25136.62-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.08%
GREEN value IS 5 (2.34% from 255) = 2.56%
BLUE value IS 145 (57.03% from 255) = 74.36%
R=23.08%
G=2.56%
B=74.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4551450.690.9700.43257.1493.3329.41
Hex2D591456102B1015d1d
Octal55522110514105340113535
Binary10110110110010001100010111000010101011100000001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,5,145); }

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

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

 a { background-color: rgb(45,5,145); }

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

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

 span { border-color: rgb(45,5,145); }

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