#2F0172

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

Shades of Persian Indigo #2F0172

Tints of Persian Indigo #2F0172

Color information

#2F0172 (or 0x2F0172) is unknown color: approx Persian Indigo. HEX triplet: 2F, 01 and 72. RGB value is (47,1,114). Sum of RGB (Red+Green+Blue) = 47+1+114=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 114 (44.92% from 255 or 70.37% from 162); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F0172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0172 is #D0FE8D. Grayscale: #1B1B1B. Windows color (decimal): -13696654 or 7471407. OLE color: 7471407.

HSL color Cylindrical-coordinate representation of color #2F0172: hue angle of 264.42º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F0172 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB471114-
CMYK0.590.9900.55
HSL264.42º98.26%22.55%-
HSV(B)264.42º99.12%44.71%-
XYZ4.221.8416.05-
YUV27.64176.74141.81-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.01%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 114 (44.92% from 255) = 70.37%
R=29.01%
G=0.62%
B=70.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4711140.590.9900.55264.4298.2622.55
Hex2F1723B630371086217
Octal5711627314306741014227
Binary1011111111001011101111000110110111100001000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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