#4F0FA4

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

Shades of Indigo #4F0FA4

Tints of Indigo #4F0FA4

Color information

#4F0FA4 (or 0x4F0FA4) is unknown color: approx Indigo. HEX triplet: 4F, 0F and A4. RGB value is (79,15,164). Sum of RGB (Red+Green+Blue) = 79+15+164=258 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.62% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 164 (64.45% from 255 or 63.57% from 258); Max value from RGB is 164 - color contains mainly: blue. Hex color #4F0FA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0FA4 is #B0F05B. Grayscale: #323232. Windows color (decimal): -11595868 or 10751823. OLE color: 10751823.

HSL color Cylindrical-coordinate representation of color #4F0FA4: hue angle of 265.77º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F0FA4 is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7915164-
CMYK0.520.9100.36
HSL265.77º83.24%35.1%-
HSV(B)265.77º90.85%64.31%-
XYZ10.14.6835.49-
YUV51.12191.7147.88-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.62%
GREEN value IS 15 (6.25% from 255) = 5.81%
BLUE value IS 164 (64.45% from 255) = 63.57%
R=30.62%
G=5.81%
B=63.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal79151640.520.9100.36265.7783.2435.1
Hex4FFA4345B02410a5323
Octal117172446413304441212343
Binary1001111111110100100110100101101101001001000010101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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