Html Css Color HEX #4D07AD Indigo

📋 copy color: '#4D07AD'

red 77 ◦ green 7 ◦ blue 173

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

Shades of Indigo #4D07AD

Tints of Indigo #4D07AD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.72%

 BLUE value IS 173 (67.97% from 255) = 67.32%

R = 29.96%
G = 2.72%
B = 67.32%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D07AD (or 0x4D07AD) is known color: Indigo. HEX triplet: 4D, 07 and AD. RGB value is (77,7,173). Sum of RGB (Red+Green+Blue) = 77+7+173=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 173 (67.97% from 255 or 67.32% from 257); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D07AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D07AD is #B2F852. Grayscale: #2E2E2E. Windows color (decimal): -11728979 or 11339597. OLE color: 11339597.

HSL color Cylindrical-coordinate representation of color #4D07AD: hue angle of 265.3º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D07AD is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 7 173 -
CMYK 0.55 0.96 0 0.32
HSL 265.3º 0.92% 0.35% -
HSV(B) 265.3º 0.96% 0.68% -
XYZ 10.68 4.75 39.89 -
YUV 46.85 199.19 149.5 -
System Red Green Blue C M Y K H S L
Decimal 77 7 173 0.55 0.96 0 0.32 265.3 0.92 0.35
Hex 4D 7 AD 37 60 0 20 109 5C 23
Octal 115 7 255 67 140 0 40 411 134 43
Binary 1001101 111 10101101 110111 1100000 0 100000 100001001 1011100 100011

Color Harmonies of #4D07AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D07AD

Black with #4D07AD

Text Example


Text Example

White with #4D07AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,7,173); }

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

background-color css

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

 a { background-color: rgb(77,7,173); }

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

border-color css

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

 span { border-color: rgb(77,7,173); }

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