#4F1896

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

Shades of Indigo #4F1896

Tints of Indigo #4F1896

Color information

#4F1896 (or 0x4F1896) is unknown color: approx Indigo. HEX triplet: 4F, 18 and 96. RGB value is (79,24,150). Sum of RGB (Red+Green+Blue) = 79+24+150=253 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.23% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 150 (58.98% from 255 or 59.29% from 253); Max value from RGB is 150 - color contains mainly: blue. Hex color #4F1896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F1896 is #B0E769. Grayscale: #363636. Windows color (decimal): -11593578 or 9836623. OLE color: 9836623.

HSL color Cylindrical-coordinate representation of color #4F1896: hue angle of 266.19º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F1896 is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7924150-
CMYK0.470.8400.41
HSL266.19º72.41%34.12%-
HSV(B)266.19º84%58.82%-
XYZ9.064.5229.25-
YUV54.81181.72145.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.23%
GREEN value IS 24 (9.77% from 255) = 9.49%
BLUE value IS 150 (58.98% from 255) = 59.29%
R=31.23%
G=9.49%
B=59.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal79241500.470.8400.41266.1972.4134.12
Hex4F18962F5402910a4822
Octal117302265712405141211042
Binary10011111100010010110101111101010001010011000010101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,24,150); }

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

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

 a { background-color: rgb(79,24,150); }

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

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

 span { border-color: rgb(79,24,150); }

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