Html Css Color HEX #4D0A70 Indigo

📋 copy color: '#4D0A70'

red 77 ◦ green 10 ◦ blue 112

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

Shades of Indigo #4D0A70

Tints of Indigo #4D0A70

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.03%

 BLUE value IS 112 (44.14% from 255) = 56.28%

R = 38.69%
G = 5.03%
B = 56.28%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D0A70 (or 0x4D0A70) is known color: Indigo. HEX triplet: 4D, 0A and 70. RGB value is (77,10,112). Sum of RGB (Red+Green+Blue) = 77+10+112=199 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.69% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #4D0A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0A70 is #B2F58F. Grayscale: #292929. Windows color (decimal): -11728272 or 7342669. OLE color: 7342669.

HSL color Cylindrical-coordinate representation of color #4D0A70: hue angle of 279.41º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D0A70 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 10 112 -
CMYK 0.31 0.91 0 0.56
HSL 279.41º 0.84% 0.24% -
HSV(B) 279.41º 0.91% 0.44% -
XYZ 6.09 2.96 15.58 -
YUV 41.66 167.7 153.21 -
System Red Green Blue C M Y K H S L
Decimal 77 10 112 0.31 0.91 0 0.56 279.41 0.84 0.24
Hex 4D A 70 1F 5B 0 38 117 54 18
Octal 115 12 160 37 133 0 70 427 124 30
Binary 1001101 1010 1110000 11111 1011011 0 111000 100010111 1010100 11000

Color Harmonies of #4D0A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0A70

Black with #4D0A70

Text Example


Text Example

White with #4D0A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,10,112); }

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

background-color css

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

 a { background-color: rgb(77,10,112); }

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

border-color css

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

 span { border-color: rgb(77,10,112); }

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