#4F0882

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

Shades of Indigo #4F0882

Tints of Indigo #4F0882

Color information

#4F0882 (or 0x4F0882) is unknown color: approx Indigo. HEX triplet: 4F, 08 and 82. RGB value is (79,8,130). Sum of RGB (Red+Green+Blue) = 79+8+130=217 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.41% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #4F0882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0882 is #B0F77D. Grayscale: #2A2A2A. Windows color (decimal): -11597694 or 8521807. OLE color: 8521807.

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

Color convert

RGB798130-
CMYK0.390.9400.49
HSL274.92º88.41%27.06%-
HSV(B)274.92º93.85%50.98%-
XYZ7.343.4521.4-
YUV43.14177.02153.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.41%
GREEN value IS 8 (3.52% from 255) = 3.69%
BLUE value IS 130 (51.17% from 255) = 59.91%
R=36.41%
G=3.69%
B=59.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7981300.390.9400.49274.9288.4127.06
Hex4F882275E031113581b
Octal117102024713606142313033
Binary100111110001000001010011110111100110001100010011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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