#4F059E

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

Shades of Indigo #4F059E

Tints of Indigo #4F059E

Color information

#4F059E (or 0x4F059E) is unknown color: approx Indigo. HEX triplet: 4F, 05 and 9E. RGB value is (79,5,158). Sum of RGB (Red+Green+Blue) = 79+5+158=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #4F059E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F059E is #B0FA61. Grayscale: #2C2C2C. Windows color (decimal): -11598434 or 10356047. OLE color: 10356047.

HSL color Cylindrical-coordinate representation of color #4F059E: hue angle of 269.02º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F059E is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB795158-
CMYK0.500.9700.38
HSL269.02º93.87%31.96%-
HSV(B)269.02º96.84%61.96%-
XYZ9.454.2432.67-
YUV44.57192.02152.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.64%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 158 (62.11% from 255) = 65.29%
R=32.64%
G=2.07%
B=65.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7951580.500.9700.38269.0293.8731.96
Hex4F59E326102610d5e20
Octal11752366214104641513640
Binary100111110110011110110010110000101001101000011011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,5,158); }

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

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

 a { background-color: rgb(79,5,158); }

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

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

 span { border-color: rgb(79,5,158); }

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