#2F0179

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

Shades of Persian Indigo #2F0179

Tints of Persian Indigo #2F0179

Color information

#2F0179 (or 0x2F0179) is unknown color: approx Persian Indigo. HEX triplet: 2F, 01 and 79. RGB value is (47,1,121). Sum of RGB (Red+Green+Blue) = 47+1+121=169 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.81% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 121 (47.66% from 255 or 71.60% from 169); Max value from RGB is 121 - color contains mainly: blue. Hex color #2F0179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0179 is #D0FE86. Grayscale: #1C1C1C. Windows color (decimal): -13696647 or 7930159. OLE color: 7930159.

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

Color convert

RGB471121-
CMYK0.610.9900.53
HSL263º98.36%23.92%-
HSV(B)263º99.17%47.45%-
XYZ4.632.0118.23-
YUV28.43180.24141.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.81%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 121 (47.66% from 255) = 71.60%
R=27.81%
G=0.59%
B=71.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4711210.610.9900.5326398.3623.92
Hex2F1793D630351076218
Octal5711717514306540714230
Binary1011111111100111110111000110110101100000111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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