#2D1987

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

Shades of Persian Indigo #2D1987

Tints of Persian Indigo #2D1987

Color information

#2D1987 (or 0x2D1987) is unknown color: approx Persian Indigo. HEX triplet: 2D, 19 and 87. RGB value is (45,25,135). Sum of RGB (Red+Green+Blue) = 45+25+135=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 135 (53.12% from 255 or 65.85% from 205); Max value from RGB is 135 - color contains mainly: blue. Hex color #2D1987 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1987 is #D2E678. Grayscale: #2B2B2B. Windows color (decimal): -13821561 or 8853805. OLE color: 8853805.

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

Color convert

RGB4525135-
CMYK0.670.8100.47
HSL250.91º68.75%31.37%-
HSV(B)250.91º81.48%52.94%-
XYZ5.8323.2-
YUV43.52179.63129.06-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.95%
GREEN value IS 25 (10.16% from 255) = 12.20%
BLUE value IS 135 (53.12% from 255) = 65.85%
R=21.95%
G=12.20%
B=65.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal45251350.670.8100.47250.9168.7531.37
Hex2D1987435102Ffb451f
Octal553120710312105737310537
Binary101101110011000011110000111010001010111111111011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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