#2F1972

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

Shades of Persian Indigo #2F1972

Tints of Persian Indigo #2F1972

Color information

#2F1972 (or 0x2F1972) is unknown color: approx Persian Indigo. HEX triplet: 2F, 19 and 72. RGB value is (47,25,114). Sum of RGB (Red+Green+Blue) = 47+25+114=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F1972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1972 is #D0E68D. Grayscale: #292929. Windows color (decimal): -13690510 or 7477551. OLE color: 7477551.

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

Color convert

RGB4725114-
CMYK0.590.7800.55
HSL254.83º64.03%27.25%-
HSV(B)254.83º78.07%44.71%-
XYZ4.562.5116.16-
YUV41.72168.79131.76-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.27%
GREEN value IS 25 (10.16% from 255) = 13.44%
BLUE value IS 114 (44.92% from 255) = 61.29%
R=25.27%
G=13.44%
B=61.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47251140.590.7800.55254.8364.0327.25
Hex2F19723B4E037ff401b
Octal57311627311606737710033
Binary1011111100111100101110111001110011011111111111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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