#4F0273

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

Shades of Indigo #4F0273

Tints of Indigo #4F0273

Color information

#4F0273 (or 0x4F0273) is unknown color: approx Indigo. HEX triplet: 4F, 02 and 73. RGB value is (79,2,115). Sum of RGB (Red+Green+Blue) = 79+2+115=196 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.31% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F0273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0273 is #B0FD8C. Grayscale: #252525. Windows color (decimal): -11599245 or 7537231. OLE color: 7537231.

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

Color convert

RGB792115-
CMYK0.310.9800.55
HSL280.88º96.58%22.94%-
HSV(B)280.88º98.26%45.1%-
XYZ6.342.9416.45-
YUV37.9171.51157.31-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.31%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 115 (45.31% from 255) = 58.67%
R=40.31%
G=1.02%
B=58.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7921150.310.9800.55280.8896.5822.94
Hex4F2731F620371196117
Octal11721633714206743114127
Binary10011111011100111111111000100110111100011001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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