#2F0478

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

Shades of Persian Indigo #2F0478

Tints of Persian Indigo #2F0478

Color information

#2F0478 (or 0x2F0478) is unknown color: approx Persian Indigo. HEX triplet: 2F, 04 and 78. RGB value is (47,4,120). Sum of RGB (Red+Green+Blue) = 47+4+120=171 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.49% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 120 (47.27% from 255 or 70.18% from 171); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F0478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0478 is #D0FB87. Grayscale: #1D1D1D. Windows color (decimal): -13695880 or 7865391. OLE color: 7865391.

HSL color Cylindrical-coordinate representation of color #2F0478: hue angle of 262.24º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F0478 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB474120-
CMYK0.610.9700.53
HSL262.24º93.55%24.31%-
HSV(B)262.24º96.67%47.06%-
XYZ4.612.0517.92-
YUV30.08178.75140.07-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.49%
GREEN value IS 4 (1.95% from 255) = 2.34%
BLUE value IS 120 (47.27% from 255) = 70.18%
R=27.49%
G=2.34%
B=70.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4741200.610.9700.53262.2493.5524.31
Hex2F4783D610351065e18
Octal5741707514106540613630
Binary101111100111100011110111000010110101100000110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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