#4F108C

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

Shades of Indigo #4F108C

Tints of Indigo #4F108C

Color information

#4F108C (or 0x4F108C) is unknown color: approx Indigo. HEX triplet: 4F, 10 and 8C. RGB value is (79,16,140). Sum of RGB (Red+Green+Blue) = 79+16+140=235 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.62% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 140 (55.08% from 255 or 59.57% from 235); Max value from RGB is 140 - color contains mainly: blue. Hex color #4F108C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F108C is #B0EF73. Grayscale: #303030. Windows color (decimal): -11595636 or 9179215. OLE color: 9179215.

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

Color convert

RGB7916140-
CMYK0.440.8900.45
HSL270.48º79.49%30.59%-
HSV(B)270.48º88.57%54.9%-
XYZ8.143.9325.14-
YUV48.97179.37149.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.62%
GREEN value IS 16 (6.64% from 255) = 6.81%
BLUE value IS 140 (55.08% from 255) = 59.57%
R=33.62%
G=6.81%
B=59.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal79161400.440.8900.45270.4879.4930.59
Hex4F108C2C5902D10e4f1f
Octal117202145413105541611737
Binary1001111100001000110010110010110010101101100001110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F108C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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