Html Css Color HEX #4D0160 Indigo

📋 copy color: '#4D0160'

red 77 ◦ green 1 ◦ blue 96

#4D0160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #4D0160

Tints of Indigo #4D0160

RGB

 RED value IS 77 (30.47% from 255) = 44.25%

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 96 (37.89% from 255) = 55.17%

R = 44.25%
G = 0.57%
B = 55.17%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4D0160 (or 0x4D0160) is known color: Indigo. HEX triplet: 4D, 01 and 60. RGB value is (77,1,96). Sum of RGB (Red+Green+Blue) = 77+1+96=174 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44.25% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 96 (37.89% from 255 or 55.17% from 174); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D0160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0160 is #B2FE9F. Grayscale: #222222. Windows color (decimal): -11730592 or 6291789. OLE color: 6291789.

HSL color Cylindrical-coordinate representation of color #4D0160: hue angle of 288º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D0160 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 1 96 -
CMYK 0.20 0.99 0 0.62
HSL 288º 0.98% 0.19% -
HSV(B) 288º 0.99% 0.38% -
XYZ 5.18 2.44 11.26 -
YUV 34.55 162.68 158.28 -
System Red Green Blue C M Y K H S L
Decimal 77 1 96 0.20 0.99 0 0.62 288 0.98 0.19
Hex 4D 1 60 14 63 0 3E 120 62 13
Octal 115 1 140 24 143 0 76 440 142 23
Binary 1001101 1 1100000 10100 1100011 0 111110 100100000 1100010 10011

Color Harmonies of #4D0160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0160

Black with #4D0160

Text Example


Text Example

White with #4D0160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,1,96); }

 H1.HeaderClassName
 {
   color: #4D0160;
 }
 .AnyTagClassName
 {
   color: #4D0160;
 }
</style>

background-color css

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

 a { background-color: rgb(77,1,96); }

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

border-color css

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

 span { border-color: rgb(77,1,96); }

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