#2F1597

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

Shades of Persian Indigo #2F1597

Tints of Persian Indigo #2F1597

Color information

#2F1597 (or 0x2F1597) is unknown color: approx Persian Indigo. HEX triplet: 2F, 15 and 97. RGB value is (47,21,151). Sum of RGB (Red+Green+Blue) = 47+21+151=219 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.46% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 151 (59.38% from 255 or 68.95% from 219); Max value from RGB is 151 - color contains mainly: blue. Hex color #2F1597 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1597 is #D0EA68. Grayscale: #2B2B2B. Windows color (decimal): -13691497 or 9901359. OLE color: 9901359.

HSL color Cylindrical-coordinate representation of color #2F1597: hue angle of 252º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F1597 is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4721151-
CMYK0.690.8600.41
HSL252º75.58%33.73%-
HSV(B)252º86.09%59.22%-
XYZ7.033.3829.56-
YUV43.59188.61130.43-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.46%
GREEN value IS 21 (8.59% from 255) = 9.59%
BLUE value IS 151 (59.38% from 255) = 68.95%
R=21.46%
G=9.59%
B=68.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal47211510.690.8600.4125275.5833.73
Hex2F15974556029fc4c22
Octal572522710512605137411442
Binary1011111010110010111100010110101100101001111111001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,21,151); }

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

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

 a { background-color: rgb(47,21,151); }

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

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

 span { border-color: rgb(47,21,151); }

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