#2D0F87

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

Shades of Persian Indigo #2D0F87

Tints of Persian Indigo #2D0F87

Color information

#2D0F87 (or 0x2D0F87) is unknown color: approx Persian Indigo. HEX triplet: 2D, 0F and 87. RGB value is (45,15,135). Sum of RGB (Red+Green+Blue) = 45+15+135=195 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.08% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 135 (53.12% from 255 or 69.23% from 195); Max value from RGB is 135 - color contains mainly: blue. Hex color #2D0F87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0F87 is #D2F078. Grayscale: #252525. Windows color (decimal): -13824121 or 8851245. OLE color: 8851245.

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

Color convert

RGB4515135-
CMYK0.670.8900.47
HSL255º80%29.41%-
HSV(B)255º88.89%52.94%-
XYZ5.632.6523.14-
YUV37.65182.94133.24-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.08%
GREEN value IS 15 (6.25% from 255) = 7.69%
BLUE value IS 135 (53.12% from 255) = 69.23%
R=23.08%
G=7.69%
B=69.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal45151350.670.8900.472558029.41
Hex2DF87435902Fff501d
Octal551720710313105737712035
Binary10110111111000011110000111011001010111111111111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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