#4D1595

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

Shades of Indigo #4D1595

Tints of Indigo #4D1595

Color information

#4D1595 (or 0x4D1595) is unknown color: approx Indigo. HEX triplet: 4D, 15 and 95. RGB value is (77,21,149). Sum of RGB (Red+Green+Blue) = 77+21+149=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #4D1595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1595 is #B2EA6A. Grayscale: #333333. Windows color (decimal): -11725419 or 9770317. OLE color: 9770317.

HSL color Cylindrical-coordinate representation of color #4D1595: hue angle of 266.25º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D1595 is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7721149-
CMYK0.480.8600.42
HSL266.25º75.29%33.33%-
HSV(B)266.25º85.91%58.43%-
XYZ8.754.2828.8-
YUV52.34182.55145.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.17%
GREEN value IS 21 (8.59% from 255) = 8.50%
BLUE value IS 149 (58.59% from 255) = 60.32%
R=31.17%
G=8.50%
B=60.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal77211490.480.8600.42266.2575.2933.33
Hex4D1595305602A10a4b21
Octal115252256012605241211341
Binary10011011010110010101110000101011001010101000010101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,21,149); }

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

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

 a { background-color: rgb(77,21,149); }

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

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

 span { border-color: rgb(77,21,149); }

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