Html Css Color HEX #4D019C Indigo

📋 copy color: '#4D019C'

red 77 ◦ green 1 ◦ blue 156

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

Shades of Indigo #4D019C

Tints of Indigo #4D019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 66.67%

R = 32.91%
G = 0.43%
B = 66.67%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4D019C (or 0x4D019C) is known color: Indigo. HEX triplet: 4D, 01 and 9C. RGB value is (77,1,156). Sum of RGB (Red+Green+Blue) = 77+1+156=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D019C is #B2FE63. Grayscale: #282828. Windows color (decimal): -11730532 or 10223949. OLE color: 10223949.

HSL color Cylindrical-coordinate representation of color #4D019C: hue angle of 269.42º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D019C is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 77 1 156 -
CMYK 0.51 0.99 0 0.39
HSL 269.42º 0.99% 0.31% -
HSV(B) 269.42º 0.99% 0.61% -
XYZ 9.07 4 31.75 -
YUV 41.39 192.68 153.4 -
System Red Green Blue C M Y K H S L
Decimal 77 1 156 0.51 0.99 0 0.39 269.42 0.99 0.31
Hex 4D 1 9C 33 63 0 27 10D 63 1F
Octal 115 1 234 63 143 0 47 415 143 37
Binary 1001101 1 10011100 110011 1100011 0 100111 100001101 1100011 11111

Color Harmonies of #4D019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D019C

Black with #4D019C

Text Example


Text Example

White with #4D019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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