#4F0782

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

Shades of Indigo #4F0782

Tints of Indigo #4F0782

Color information

#4F0782 (or 0x4F0782) is unknown color: approx Indigo. HEX triplet: 4F, 07 and 82. RGB value is (79,7,130). Sum of RGB (Red+Green+Blue) = 79+7+130=216 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.57% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 130 (51.17% from 255 or 60.19% from 216); Max value from RGB is 130 - color contains mainly: blue. Hex color #4F0782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0782 is #B0F87D. Grayscale: #2A2A2A. Windows color (decimal): -11597950 or 8521551. OLE color: 8521551.

HSL color Cylindrical-coordinate representation of color #4F0782: hue angle of 275.12º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F0782 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB797130-
CMYK0.390.9500.49
HSL275.12º89.78%26.86%-
HSV(B)275.12º94.62%50.98%-
XYZ7.333.4321.39-
YUV42.55177.35154-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.57%
GREEN value IS 7 (3.12% from 255) = 3.24%
BLUE value IS 130 (51.17% from 255) = 60.19%
R=36.57%
G=3.24%
B=60.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7971300.390.9500.49275.1289.7826.86
Hex4F782275F0311135a1b
Octal11772024713706142313233
Binary10011111111000001010011110111110110001100010011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,7,130); }

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

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

 a { background-color: rgb(79,7,130); }

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

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

 span { border-color: rgb(79,7,130); }

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