#4F1386

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

Shades of Indigo #4F1386

Tints of Indigo #4F1386

Color information

#4F1386 (or 0x4F1386) is unknown color: approx Indigo. HEX triplet: 4F, 13 and 86. RGB value is (79,19,134). Sum of RGB (Red+Green+Blue) = 79+19+134=232 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.05% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 134 (52.73% from 255 or 57.76% from 232); Max value from RGB is 134 - color contains mainly: blue. Hex color #4F1386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F1386 is #B0EC79. Grayscale: #313131. Windows color (decimal): -11594874 or 8786767. OLE color: 8786767.

HSL color Cylindrical-coordinate representation of color #4F1386: hue angle of 271.3º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F1386 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7919134-
CMYK0.410.8600.47
HSL271.3º75.16%30%-
HSV(B)271.3º85.82%52.55%-
XYZ7.763.8522.89-
YUV50.05175.38148.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.05%
GREEN value IS 19 (7.81% from 255) = 8.19%
BLUE value IS 134 (52.73% from 255) = 57.76%
R=34.05%
G=8.19%
B=57.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79191340.410.8600.47271.375.1630
Hex4F1386295602F10f4b1e
Octal117232065112605741711336
Binary1001111100111000011010100110101100101111100001111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,19,134); }

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

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

 a { background-color: rgb(79,19,134); }

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

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

 span { border-color: rgb(79,19,134); }

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