#2F0472

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

Shades of Persian Indigo #2F0472

Tints of Persian Indigo #2F0472

Color information

#2F0472 (or 0x2F0472) is unknown color: approx Persian Indigo. HEX triplet: 2F, 04 and 72. RGB value is (47,4,114). Sum of RGB (Red+Green+Blue) = 47+4+114=165 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.48% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 114 (44.92% from 255 or 69.09% from 165); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F0472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0472 is #D0FB8D. Grayscale: #1D1D1D. Windows color (decimal): -13695886 or 7472175. OLE color: 7472175.

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

Color convert

RGB474114-
CMYK0.590.9600.55
HSL263.45º93.22%23.14%-
HSV(B)263.45º96.49%44.71%-
XYZ4.251.9116.06-
YUV29.4175.75140.56-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 28.48%
GREEN value IS 4 (1.95% from 255) = 2.42%
BLUE value IS 114 (44.92% from 255) = 69.09%
R=28.48%
G=2.42%
B=69.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4741140.590.9600.55263.4593.2223.14
Hex2F4723B600371075d17
Octal5741627314006740713527
Binary101111100111001011101111000000110111100000111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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