#4F0498

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

Shades of Indigo #4F0498

Tints of Indigo #4F0498

Color information

#4F0498 (or 0x4F0498) is unknown color: approx Indigo. HEX triplet: 4F, 04 and 98. RGB value is (79,4,152). Sum of RGB (Red+Green+Blue) = 79+4+152=235 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.62% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 152 (59.77% from 255 or 64.68% from 235); Max value from RGB is 152 - color contains mainly: blue. Hex color #4F0498 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0498 is #B0FB67. Grayscale: #2A2A2A. Windows color (decimal): -11598696 or 9962575. OLE color: 9962575.

HSL color Cylindrical-coordinate representation of color #4F0498: hue angle of 270.41º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F0498 is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB794152-
CMYK0.480.9700.40
HSL270.41º94.87%30.59%-
HSV(B)270.41º97.37%59.61%-
XYZ8.944.0230.01-
YUV43.3189.35153.47-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.62%
GREEN value IS 4 (1.95% from 255) = 1.70%
BLUE value IS 152 (59.77% from 255) = 64.68%
R=33.62%
G=1.70%
B=64.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7941520.480.9700.40270.4194.8730.59
Hex4F498306102810e5f1f
Octal11742306014105041613737
Binary10011111001001100011000011000010101000100001110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,4,152); }

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

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

 a { background-color: rgb(79,4,152); }

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

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

 span { border-color: rgb(79,4,152); }

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