#4F198A

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

Shades of Indigo #4F198A

Tints of Indigo #4F198A

Color information

#4F198A (or 0x4F198A) is unknown color: approx Indigo. HEX triplet: 4F, 19 and 8A. RGB value is (79,25,138). Sum of RGB (Red+Green+Blue) = 79+25+138=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #4F198A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F198A is #B0E675. Grayscale: #353535. Windows color (decimal): -11593334 or 9050447. OLE color: 9050447.

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

Color convert

RGB7925138-
CMYK0.430.8200.46
HSL268.67º69.33%31.96%-
HSV(B)268.67º81.88%54.12%-
XYZ8.164.1924.42-
YUV54.03175.39145.81-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.64%
GREEN value IS 25 (10.16% from 255) = 10.33%
BLUE value IS 138 (54.30% from 255) = 57.02%
R=32.64%
G=10.33%
B=57.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal79251380.430.8200.46268.6769.3331.96
Hex4F198A2B5202E10d4520
Octal117312125312205641510540
Binary10011111100110001010101011101001001011101000011011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F198A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,25,138); }

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

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

 a { background-color: rgb(79,25,138); }

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

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

 span { border-color: rgb(79,25,138); }

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