#2F0F72

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

Shades of Persian Indigo #2F0F72

Tints of Persian Indigo #2F0F72

Color information

#2F0F72 (or 0x2F0F72) is unknown color: approx Persian Indigo. HEX triplet: 2F, 0F and 72. RGB value is (47,15,114). Sum of RGB (Red+Green+Blue) = 47+15+114=176 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.70% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 114 (44.92% from 255 or 64.77% from 176); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F0F72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0F72 is #D0F08D. Grayscale: #232323. Windows color (decimal): -13693070 or 7474991. OLE color: 7474991.

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

Color convert

RGB4715114-
CMYK0.590.8700.55
HSL259.39º76.74%25.29%-
HSV(B)259.39º86.84%44.71%-
XYZ4.382.1616.11-
YUV35.85172.1135.95-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.70%
GREEN value IS 15 (6.25% from 255) = 8.52%
BLUE value IS 114 (44.92% from 255) = 64.77%
R=26.70%
G=8.52%
B=64.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47151140.590.8700.55259.3976.7425.29
Hex2FF723B570371034d19
Octal57171627312706740311531
Binary1011111111111001011101110101110110111100000011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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