#2F1772

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

Shades of Persian Indigo #2F1772

Tints of Persian Indigo #2F1772

Color information

#2F1772 (or 0x2F1772) is unknown color: approx Persian Indigo. HEX triplet: 2F, 17 and 72. RGB value is (47,23,114). Sum of RGB (Red+Green+Blue) = 47+23+114=184 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.54% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F1772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1772 is #D0E88D. Grayscale: #282828. Windows color (decimal): -13691022 or 7477039. OLE color: 7477039.

HSL color Cylindrical-coordinate representation of color #2F1772: hue angle of 255.82º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F1772 is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4723114-
CMYK0.590.8000.55
HSL255.82º66.42%26.86%-
HSV(B)255.82º79.82%44.71%-
XYZ4.522.4316.15-
YUV40.55169.45132.6-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.54%
GREEN value IS 23 (9.38% from 255) = 12.5%
BLUE value IS 114 (44.92% from 255) = 61.96%
R=25.54%
G=12.5%
B=61.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47231140.590.8000.55255.8266.4226.86
Hex2F17723B50037100421b
Octal57271627312006740010233
Binary10111110111111001011101110100000110111100000000100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,23,114); }

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

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

 a { background-color: rgb(47,23,114); }

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

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

 span { border-color: rgb(47,23,114); }

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