#4D0975

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

Shades of Indigo #4D0975

Tints of Indigo #4D0975

Color information

#4D0975 (or 0x4D0975) is unknown color: approx Indigo. HEX triplet: 4D, 09 and 75. RGB value is (77,9,117). Sum of RGB (Red+Green+Blue) = 77+9+117=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #4D0975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0975 is #B2F68A. Grayscale: #292929. Windows color (decimal): -11728523 or 7670093. OLE color: 7670093.

HSL color Cylindrical-coordinate representation of color #4D0975: hue angle of 277.78º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D0975 is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB779117-
CMYK0.340.9200.54
HSL277.78º85.71%24.71%-
HSV(B)277.78º92.31%45.88%-
XYZ6.373.0617.08-
YUV41.64170.53153.22-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.93%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 117 (46.09% from 255) = 57.64%
R=37.93%
G=4.43%
B=57.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7791170.340.9200.54277.7885.7124.71
Hex4D975225C0361165619
Octal115111654213406642612631
Binary10011011001111010110001010111000110110100010110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,9,117); }

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

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

 a { background-color: rgb(77,9,117); }

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

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

 span { border-color: rgb(77,9,117); }

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