Html Css Color HEX #4D0174 Indigo

📋 copy color: '#4D0174'

red 77 ◦ green 1 ◦ blue 116

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

Shades of Indigo #4D0174

Tints of Indigo #4D0174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 59.79%

R = 39.69%
G = 0.52%
B = 59.79%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D0174 (or 0x4D0174) is known color: Indigo. HEX triplet: 4D, 01 and 74. RGB value is (77,1,116). Sum of RGB (Red+Green+Blue) = 77+1+116=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #4D0174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0174 is #B2FE8B. Grayscale: #242424. Windows color (decimal): -11730572 or 7602509. OLE color: 7602509.

HSL color Cylindrical-coordinate representation of color #4D0174: hue angle of 279.65º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D0174 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 1 116 -
CMYK 0.34 0.99 0 0.55
HSL 279.65º 0.98% 0.23% -
HSV(B) 279.65º 0.99% 0.45% -
XYZ 6.22 2.86 16.75 -
YUV 36.83 172.68 156.65 -
System Red Green Blue C M Y K H S L
Decimal 77 1 116 0.34 0.99 0 0.55 279.65 0.98 0.23
Hex 4D 1 74 22 63 0 37 118 62 17
Octal 115 1 164 42 143 0 67 430 142 27
Binary 1001101 1 1110100 100010 1100011 0 110111 100011000 1100010 10111

Color Harmonies of #4D0174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0174

Black with #4D0174

Text Example


Text Example

White with #4D0174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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