#2F2486

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

Shades of Persian Indigo #2F2486

Tints of Persian Indigo #2F2486

Color information

#2F2486 (or 0x2F2486) is unknown color: approx Persian Indigo. HEX triplet: 2F, 24 and 86. RGB value is (47,36,134). Sum of RGB (Red+Green+Blue) = 47+36+134=217 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.66% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 134 (52.73% from 255 or 61.75% from 217); Max value from RGB is 134 - color contains mainly: blue. Hex color #2F2486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2486 is #D0DB79. Grayscale: #323232. Windows color (decimal): -13687674 or 8791087. OLE color: 8791087.

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

Color convert

RGB4736134-
CMYK0.650.7300.47
HSL246.73º57.65%33.33%-
HSV(B)246.73º73.13%52.55%-
XYZ6.113.5922.92-
YUV50.46175.14125.53-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.66%
GREEN value IS 36 (14.45% from 255) = 16.59%
BLUE value IS 134 (52.73% from 255) = 61.75%
R=21.66%
G=16.59%
B=61.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47361340.650.7300.47246.7357.6533.33
Hex2F2486414902Ff73a21
Octal57442061011110573677241
Binary1011111001001000011010000011001001010111111110111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,36,134); }

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

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

 a { background-color: rgb(47,36,134); }

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

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

 span { border-color: rgb(47,36,134); }

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