#2F2491

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

Shades of Persian Indigo #2F2491

Tints of Persian Indigo #2F2491

Color information

#2F2491 (or 0x2F2491) is unknown color: approx Persian Indigo. HEX triplet: 2F, 24 and 91. RGB value is (47,36,145). Sum of RGB (Red+Green+Blue) = 47+36+145=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 145 (57.03% from 255 or 63.60% from 228); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F2491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2491 is #D0DB6E. Grayscale: #333333. Windows color (decimal): -13687663 or 9511983. OLE color: 9511983.

HSL color Cylindrical-coordinate representation of color #2F2491: hue angle of 246.06º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F2491 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4736145-
CMYK0.680.7500.43
HSL246.06º60.22%35.49%-
HSV(B)246.06º75.17%56.86%-
XYZ6.913.9127.18-
YUV51.72180.64124.64-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.61%
GREEN value IS 36 (14.45% from 255) = 15.79%
BLUE value IS 145 (57.03% from 255) = 63.60%
R=20.61%
G=15.79%
B=63.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal47361450.680.7500.43246.0660.2235.49
Hex2F2491444B02Bf63c23
Octal57442211041130533667443
Binary1011111001001001000110001001001011010101111110110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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