#4D1594

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

Shades of Indigo #4D1594

Tints of Indigo #4D1594

Color information

#4D1594 (or 0x4D1594) is unknown color: approx Indigo. HEX triplet: 4D, 15 and 94. RGB value is (77,21,148). Sum of RGB (Red+Green+Blue) = 77+21+148=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 148 (58.20% from 255 or 60.16% from 246); Max value from RGB is 148 - color contains mainly: blue. Hex color #4D1594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1594 is #B2EA6B. Grayscale: #333333. Windows color (decimal): -11725420 or 9704781. OLE color: 9704781.

HSL color Cylindrical-coordinate representation of color #4D1594: hue angle of 266.46º 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 #4D1594 is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7721148-
CMYK0.480.8600.42
HSL266.46º75.15%33.14%-
HSV(B)266.46º85.81%58.04%-
XYZ8.674.2528.38-
YUV52.22182.05145.67-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.30%
GREEN value IS 21 (8.59% from 255) = 8.54%
BLUE value IS 148 (58.20% from 255) = 60.16%
R=31.30%
G=8.54%
B=60.16%

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
Decimal77211480.480.8600.42266.4675.1533.14
Hex4D1594305602A10a4b21
Octal115252246012605241211341
Binary10011011010110010100110000101011001010101000010101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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