#2d1791

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

Shades of Persian Indigo #2D1791

Tints of Persian Indigo #2D1791

Color information

#2D1791 (or 0x2D1791) is unknown color: approx Persian Indigo. HEX triplet: 2D, 17 and 91. RGB value is (45,23,145). Sum of RGB (Red+Green+Blue) = 45+23+145=213 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.13% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #2D1791 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1791 is #D2E86E. Grayscale: #2B2B2B. Windows color (decimal): -13822063 or 9508653. OLE color: 9508653.

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

Color convert

RGB4523145-
CMYK0.690.8400.43
HSL250.82º72.62%32.94%-
HSV(B)250.82º84.14%56.86%-
XYZ6.53.2227.07-
YUV43.49185.29129.08-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.13%
GREEN value IS 23 (9.38% from 255) = 10.80%
BLUE value IS 145 (57.03% from 255) = 68.08%
R=21.13%
G=10.80%
B=68.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal45231450.690.8400.43250.8272.6232.94
Hex2D1791455402Bfb4921
Octal552722110512405337311141
Binary1011011011110010001100010110101000101011111110111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d1791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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