#2F1879

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

Shades of Persian Indigo #2F1879

Tints of Persian Indigo #2F1879

Color information

#2F1879 (or 0x2F1879) is unknown color: approx Persian Indigo. HEX triplet: 2F, 18 and 79. RGB value is (47,24,121). Sum of RGB (Red+Green+Blue) = 47+24+121=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 121 (47.66% from 255 or 63.02% from 192); Max value from RGB is 121 - color contains mainly: blue. Hex color #2F1879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1879 is #D0E786. Grayscale: #292929. Windows color (decimal): -13690759 or 7936047. OLE color: 7936047.

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

Color convert

RGB4724121-
CMYK0.610.8000.53
HSL254.23º66.9%28.43%-
HSV(B)254.23º80.17%47.45%-
XYZ4.952.6418.34-
YUV41.94172.62131.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.48%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 121 (47.66% from 255) = 63.02%
R=24.48%
G=12.5%
B=63.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47241210.610.8000.53254.2366.928.43
Hex2F18793D50035fe431c
Octal57301717512006537610334
Binary1011111100011110011111011010000011010111111110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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