#4F0A75

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

Shades of Indigo #4F0A75

Tints of Indigo #4F0A75

Color information

#4F0A75 (or 0x4F0A75) is unknown color: approx Indigo. HEX triplet: 4F, 0A and 75. RGB value is (79,10,117). Sum of RGB (Red+Green+Blue) = 79+10+117=206 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.35% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #4F0A75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0A75 is #B0F58A. Grayscale: #2A2A2A. Windows color (decimal): -11597195 or 7670351. OLE color: 7670351.

HSL color Cylindrical-coordinate representation of color #4F0A75: hue angle of 278.69º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F0A75 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7910117-
CMYK0.320.9100.54
HSL278.69º84.25%24.9%-
HSV(B)278.69º91.45%45.88%-
XYZ6.543.1617.1-
YUV42.83169.86153.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.35%
GREEN value IS 10 (4.30% from 255) = 4.85%
BLUE value IS 117 (46.09% from 255) = 56.80%
R=38.35%
G=4.85%
B=56.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal79101170.320.9100.54278.6984.2524.9
Hex4FA75205B0361175419
Octal117121654013306642712431
Binary10011111010111010110000010110110110110100010111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,10,117); }

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

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

 a { background-color: rgb(79,10,117); }

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

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

 span { border-color: rgb(79,10,117); }

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