#2F2087

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

Shades of Persian Indigo #2F2087

Tints of Persian Indigo #2F2087

Color information

#2F2087 (or 0x2F2087) is unknown color: approx Persian Indigo. HEX triplet: 2F, 20 and 87. RGB value is (47,32,135). Sum of RGB (Red+Green+Blue) = 47+32+135=214 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.96% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 135 (53.12% from 255 or 63.08% from 214); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F2087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2087 is #D0DF78. Grayscale: #2F2F2F. Windows color (decimal): -13688697 or 8855599. OLE color: 8855599.

HSL color Cylindrical-coordinate representation of color #2F2087: hue angle of 248.74º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F2087 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4732135-
CMYK0.650.7600.47
HSL248.74º61.68%32.75%-
HSV(B)248.74º76.3%52.94%-
XYZ6.063.3923.26-
YUV48.23176.97127.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.96%
GREEN value IS 32 (12.89% from 255) = 14.95%
BLUE value IS 135 (53.12% from 255) = 63.08%
R=21.96%
G=14.95%
B=63.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47321350.650.7600.47248.7461.6832.75
Hex2F2087414C02Ff93e21
Octal57402071011140573717641
Binary1011111000001000011110000011001100010111111111001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,32,135); }

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

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

 a { background-color: rgb(47,32,135); }

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

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

 span { border-color: rgb(47,32,135); }

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