#4F0170

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

Shades of Indigo #4F0170

Tints of Indigo #4F0170

Color information

#4F0170 (or 0x4F0170) is unknown color: approx Indigo. HEX triplet: 4F, 01 and 70. RGB value is (79,1,112). Sum of RGB (Red+Green+Blue) = 79+1+112=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F0170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0170 is #B0FE8F. Grayscale: #242424. Windows color (decimal): -11599504 or 7340367. OLE color: 7340367.

HSL color Cylindrical-coordinate representation of color #4F0170: hue angle of 282.16º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F0170 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB791112-
CMYK0.290.9900.56
HSL282.16º98.23%22.16%-
HSV(B)282.16º99.11%43.92%-
XYZ6.162.8515.56-
YUV36.98170.34157.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.15%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 112 (44.14% from 255) = 58.33%
R=41.15%
G=0.52%
B=58.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7911120.290.9900.56282.1698.2322.16
Hex4F1701D6303811a6216
Octal11711603514307043214226
Binary1001111111100001110111000110111000100011010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,1,112); }

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

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

 a { background-color: rgb(79,1,112); }

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

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

 span { border-color: rgb(79,1,112); }

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