#2F2591

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

Shades of Persian Indigo #2F2591

Tints of Persian Indigo #2F2591

Color information

#2F2591 (or 0x2F2591) is unknown color: approx Persian Indigo. HEX triplet: 2F, 25 and 91. RGB value is (47,37,145). Sum of RGB (Red+Green+Blue) = 47+37+145=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 145 (57.03% from 255 or 63.32% from 229); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F2591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2591 is #D0DA6E. Grayscale: #333333. Windows color (decimal): -13687407 or 9512239. OLE color: 9512239.

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

Color convert

RGB4737145-
CMYK0.680.7400.43
HSL245.56º59.34%35.69%-
HSV(B)245.56º74.48%56.86%-
XYZ6.943.9727.19-
YUV52.3180.31124.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.52%
GREEN value IS 37 (14.84% from 255) = 16.16%
BLUE value IS 145 (57.03% from 255) = 63.32%
R=20.52%
G=16.16%
B=63.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal47371450.680.7400.43245.5659.3435.69
Hex2F2591444A02Bf63b24
Octal57452211041120533667344
Binary1011111001011001000110001001001010010101111110110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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