#4F0F8D

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

Shades of Indigo #4F0F8D

Tints of Indigo #4F0F8D

Color information

#4F0F8D (or 0x4F0F8D) is unknown color: approx Indigo. HEX triplet: 4F, 0F and 8D. RGB value is (79,15,141). Sum of RGB (Red+Green+Blue) = 79+15+141=235 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.62% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F0F8D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0F8D is #B0F072. Grayscale: #303030. Windows color (decimal): -11595891 or 9244495. OLE color: 9244495.

HSL color Cylindrical-coordinate representation of color #4F0F8D: hue angle of 270.48º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F0F8D is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7915141-
CMYK0.440.8900.45
HSL270.48º80.77%30.59%-
HSV(B)270.48º89.36%55.29%-
XYZ8.23.9325.52-
YUV48.5180.2149.75-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.62%
GREEN value IS 15 (6.25% from 255) = 6.38%
BLUE value IS 141 (55.47% from 255) = 60%
R=33.62%
G=6.38%
B=60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal79151410.440.8900.45270.4880.7730.59
Hex4FF8D2C5902D10e511f
Octal117172155413105541612137
Binary100111111111000110110110010110010101101100001110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,15,141); }

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

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

 a { background-color: rgb(79,15,141); }

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

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

 span { border-color: rgb(79,15,141); }

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