#2F1579

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

Shades of Persian Indigo #2F1579

Tints of Persian Indigo #2F1579

Color information

#2F1579 (or 0x2F1579) is unknown color: approx Persian Indigo. HEX triplet: 2F, 15 and 79. RGB value is (47,21,121). Sum of RGB (Red+Green+Blue) = 47+21+121=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 121 (47.66% from 255 or 64.02% from 189); Max value from RGB is 121 - color contains mainly: blue. Hex color #2F1579 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1579 is #D0EA86. Grayscale: #272727. Windows color (decimal): -13691527 or 7935279. OLE color: 7935279.

HSL color Cylindrical-coordinate representation of color #2F1579: hue angle of 255.6º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F1579 is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4721121-
CMYK0.610.8300.53
HSL255.6º70.42%27.84%-
HSV(B)255.6º82.64%47.45%-
XYZ4.892.5218.32-
YUV40.17173.61132.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.87%
GREEN value IS 21 (8.59% from 255) = 11.11%
BLUE value IS 121 (47.66% from 255) = 64.02%
R=24.87%
G=11.11%
B=64.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47211210.610.8300.53255.670.4227.84
Hex2F15793D53035100461c
Octal57251717512306540010634
Binary10111110101111100111110110100110110101100000000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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