#2F1691

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

Shades of Persian Indigo #2F1691

Tints of Persian Indigo #2F1691

Color information

#2F1691 (or 0x2F1691) is unknown color: approx Persian Indigo. HEX triplet: 2F, 16 and 91. RGB value is (47,22,145). Sum of RGB (Red+Green+Blue) = 47+22+145=214 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.96% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 145 (57.03% from 255 or 67.76% from 214); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F1691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1691 is #D0E96E. Grayscale: #2B2B2B. Windows color (decimal): -13691247 or 9508399. OLE color: 9508399.

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

Color convert

RGB4722145-
CMYK0.680.8500.43
HSL252.2º73.65%32.75%-
HSV(B)252.2º84.83%56.86%-
XYZ6.573.2227.06-
YUV43.5185.28130.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.96%
GREEN value IS 22 (8.98% from 255) = 10.28%
BLUE value IS 145 (57.03% from 255) = 67.76%
R=21.96%
G=10.28%
B=67.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal47221450.680.8500.43252.273.6532.75
Hex2F1691445502Bfc4a21
Octal572622110412505337411241
Binary1011111011010010001100010010101010101011111111001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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