#4F0573

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

Shades of Indigo #4F0573

Tints of Indigo #4F0573

Color information

#4F0573 (or 0x4F0573) is unknown color: approx Indigo. HEX triplet: 4F, 05 and 73. RGB value is (79,5,115). Sum of RGB (Red+Green+Blue) = 79+5+115=199 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.70% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F0573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0573 is #B0FA8C. Grayscale: #272727. Windows color (decimal): -11598477 or 7537999. OLE color: 7537999.

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

Color convert

RGB795115-
CMYK0.310.9600.55
HSL280.36º91.67%23.53%-
HSV(B)280.36º95.65%45.1%-
XYZ6.373.0116.46-
YUV39.67170.52156.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.70%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 115 (45.31% from 255) = 57.79%
R=39.70%
G=2.51%
B=57.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7951150.310.9600.55280.3691.6723.53
Hex4F5731F600371185c18
Octal11751633714006743013430
Binary100111110111100111111111000000110111100011000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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