Html Css Color HEX #4D017A Indigo

📋 copy color: '#4D017A'

red 77 ◦ green 1 ◦ blue 122

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

Shades of Indigo #4D017A

Tints of Indigo #4D017A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 61%

R = 38.5%
G = 0.5%
B = 61%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4D017A (or 0x4D017A) is known color: Indigo. HEX triplet: 4D, 01 and 7A. RGB value is (77,1,122). Sum of RGB (Red+Green+Blue) = 77+1+122=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 122 (48.05% from 255 or 61% from 200); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D017A is #B2FE85. Grayscale: #252525. Windows color (decimal): -11730566 or 7995725. OLE color: 7995725.

HSL color Cylindrical-coordinate representation of color #4D017A: hue angle of 277.69º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D017A is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 77 1 122 -
CMYK 0.37 0.99 0 0.52
HSL 277.69º 0.98% 0.24% -
HSV(B) 277.69º 0.99% 0.48% -
XYZ 6.58 3 18.65 -
YUV 37.52 175.68 156.16 -
System Red Green Blue C M Y K H S L
Decimal 77 1 122 0.37 0.99 0 0.52 277.69 0.98 0.24
Hex 4D 1 7A 25 63 0 34 116 62 18
Octal 115 1 172 45 143 0 64 426 142 30
Binary 1001101 1 1111010 100101 1100011 0 110100 100010110 1100010 11000

Color Harmonies of #4D017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D017A

Black with #4D017A

Text Example


Text Example

White with #4D017A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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