#4F17A2

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

Shades of Indigo #4F17A2

Tints of Indigo #4F17A2

Color information

#4F17A2 (or 0x4F17A2) is unknown color: approx Indigo. HEX triplet: 4F, 17 and A2. RGB value is (79,23,162). Sum of RGB (Red+Green+Blue) = 79+23+162=264 (34% of max value = 765). Red value is 79 (31.25% from 255 or 29.92% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 162 (63.67% from 255 or 61.36% from 264); Max value from RGB is 162 - color contains mainly: blue. Hex color #4F17A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F17A2 is #B0E85D. Grayscale: #373737. Windows color (decimal): -11593822 or 10622799. OLE color: 10622799.

HSL color Cylindrical-coordinate representation of color #4F17A2: hue angle of 264.17º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F17A2 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7923162-
CMYK0.510.8600.36
HSL264.17º75.14%36.27%-
HSV(B)264.17º85.8%63.53%-
XYZ10.054.8834.6-
YUV55.59188.05144.7-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.92%
GREEN value IS 23 (9.38% from 255) = 8.71%
BLUE value IS 162 (63.67% from 255) = 61.36%
R=29.92%
G=8.71%
B=61.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal79231620.510.8600.36264.1775.1436.27
Hex4F17A233560241084b24
Octal117272426312604441011344
Binary10011111011110100010110011101011001001001000010001001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F17A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,23,162); }

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

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

 a { background-color: rgb(79,23,162); }

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

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

 span { border-color: rgb(79,23,162); }

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