#4F1473

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

Shades of Indigo #4F1473

Tints of Indigo #4F1473

Color information

#4F1473 (or 0x4F1473) is unknown color: approx Indigo. HEX triplet: 4F, 14 and 73. RGB value is (79,20,115). Sum of RGB (Red+Green+Blue) = 79+20+115=214 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.92% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F1473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1473 is #B0EB8C. Grayscale: #303030. Windows color (decimal): -11594637 or 7541839. OLE color: 7541839.

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

Color convert

RGB7920115-
CMYK0.310.8300.55
HSL277.26º70.37%26.47%-
HSV(B)277.26º82.61%45.1%-
XYZ6.573.416.53-
YUV48.47165.55149.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.92%
GREEN value IS 20 (8.20% from 255) = 9.35%
BLUE value IS 115 (45.31% from 255) = 53.74%
R=36.92%
G=9.35%
B=53.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79201150.310.8300.55277.2670.3726.47
Hex4F14731F53037115461a
Octal117241633712306742510632
Binary10011111010011100111111110100110110111100010101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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