#4F0973

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

Shades of Indigo #4F0973

Tints of Indigo #4F0973

Color information

#4F0973 (or 0x4F0973) is unknown color: approx Indigo. HEX triplet: 4F, 09 and 73. RGB value is (79,9,115). Sum of RGB (Red+Green+Blue) = 79+9+115=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F0973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0973 is #B0F68C. Grayscale: #292929. Windows color (decimal): -11597453 or 7539023. OLE color: 7539023.

HSL color Cylindrical-coordinate representation of color #4F0973: hue angle of 279.62º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F0973 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB799115-
CMYK0.310.9200.55
HSL279.62º85.48%24.31%-
HSV(B)279.62º92.17%45.1%-
XYZ6.423.116.48-
YUV42.01169.19154.38-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.92%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=38.92%
G=4.43%
B=56.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7991150.310.9200.55279.6285.4824.31
Hex4F9731F5C0371185518
Octal117111633713406743012530
Binary1001111100111100111111110111000110111100011000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,9,115); }

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

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

 a { background-color: rgb(79,9,115); }

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

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

 span { border-color: rgb(79,9,115); }

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