#4F1087

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

Shades of Indigo #4F1087

Tints of Indigo #4F1087

Color information

#4F1087 (or 0x4F1087) is unknown color: approx Indigo. HEX triplet: 4F, 10 and 87. RGB value is (79,16,135). Sum of RGB (Red+Green+Blue) = 79+16+135=230 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.35% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 135 (53.12% from 255 or 58.70% from 230); Max value from RGB is 135 - color contains mainly: blue. Hex color #4F1087 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F1087 is #B0EF78. Grayscale: #2F2F2F. Windows color (decimal): -11595641 or 8851535. OLE color: 8851535.

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

Color convert

RGB7916135-
CMYK0.410.8800.47
HSL271.76º78.81%29.61%-
HSV(B)271.76º88.15%52.94%-
XYZ7.783.7823.24-
YUV48.4176.87149.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.35%
GREEN value IS 16 (6.64% from 255) = 6.96%
BLUE value IS 135 (53.12% from 255) = 58.70%
R=34.35%
G=6.96%
B=58.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79161350.410.8800.47271.7678.8129.61
Hex4F1087295802F1104f1e
Octal117202075113005742011736
Binary1001111100001000011110100110110000101111100010000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,16,135); }

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

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

 a { background-color: rgb(79,16,135); }

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

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

 span { border-color: rgb(79,16,135); }

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