#4F1578

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

Shades of Indigo #4F1578

Tints of Indigo #4F1578

Color information

#4F1578 (or 0x4F1578) is unknown color: approx Indigo. HEX triplet: 4F, 15 and 78. RGB value is (79,21,120). Sum of RGB (Red+Green+Blue) = 79+21+120=220 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.91% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F1578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1578 is #B0EA87. Grayscale: #313131. Windows color (decimal): -11594376 or 7869775. OLE color: 7869775.

HSL color Cylindrical-coordinate representation of color #4F1578: hue angle of 275.15º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F1578 is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7921120-
CMYK0.340.8300.53
HSL275.15º70.21%27.65%-
HSV(B)275.15º82.5%47.06%-
XYZ6.883.5518.09-
YUV49.63167.72148.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.91%
GREEN value IS 21 (8.59% from 255) = 9.55%
BLUE value IS 120 (47.27% from 255) = 54.55%
R=35.91%
G=9.55%
B=54.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal79211200.340.8300.53275.1570.2127.65
Hex4F15782253035113461c
Octal117251704212306542310634
Binary100111110101111100010001010100110110101100010011100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F1578; }

 p { color: rgb(79,21,120); }

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

<style>
 a { background-color: #4F1578; }

 a { background-color: rgb(79,21,120); }

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

<style>
 span { border-color: #4F1578; }

 span { border-color: rgb(79,21,120); }

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