#2D1587

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

Shades of Persian Indigo #2D1587

Tints of Persian Indigo #2D1587

Color information

#2D1587 (or 0x2D1587) is unknown color: approx Persian Indigo. HEX triplet: 2D, 15 and 87. RGB value is (45,21,135). Sum of RGB (Red+Green+Blue) = 45+21+135=201 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.39% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 135 (53.12% from 255 or 67.16% from 201); Max value from RGB is 135 - color contains mainly: blue. Hex color #2D1587 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1587 is #D2EA78. Grayscale: #282828. Windows color (decimal): -13822585 or 8852781. OLE color: 8852781.

HSL color Cylindrical-coordinate representation of color #2D1587: hue angle of 252.63º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D1587 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4521135-
CMYK0.670.8400.47
HSL252.63º73.08%30.59%-
HSV(B)252.63º84.44%52.94%-
XYZ5.722.8423.17-
YUV41.17180.95130.73-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.39%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 135 (53.12% from 255) = 67.16%
R=22.39%
G=10.45%
B=67.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal45211350.670.8400.47252.6373.0830.59
Hex2D1587435402Ffd491f
Octal552520710312405737511137
Binary101101101011000011110000111010100010111111111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,21,135); }

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

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

 a { background-color: rgb(45,21,135); }

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

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

 span { border-color: rgb(45,21,135); }

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