#2F017A

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

Shades of Persian Indigo #2F017A

Tints of Persian Indigo #2F017A

Color information

#2F017A (or 0x2F017A) is unknown color: approx Persian Indigo. HEX triplet: 2F, 01 and 7A. RGB value is (47,1,122). Sum of RGB (Red+Green+Blue) = 47+1+122=170 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.65% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 122 (48.05% from 255 or 71.76% from 170); Max value from RGB is 122 - color contains mainly: blue. Hex color #2F017A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F017A is #D0FE85. Grayscale: #1C1C1C. Windows color (decimal): -13696646 or 7995695. OLE color: 7995695.

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

Color convert

RGB471122-
CMYK0.610.9900.52
HSL262.81º98.37%24.12%-
HSV(B)262.81º99.18%47.84%-
XYZ4.72.0318.56-
YUV28.55180.74141.16-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.65%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 122 (48.05% from 255) = 71.76%
R=27.65%
G=0.59%
B=71.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4711220.610.9900.52262.8198.3724.12
Hex2F17A3D630341076218
Octal5711727514306440714230
Binary1011111111101011110111000110110100100000111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F017A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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