Html Css Color HEX #4D05AD Indigo

📋 copy color: '#4D05AD'

red 77 ◦ green 5 ◦ blue 173

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

Shades of Indigo #4D05AD

Tints of Indigo #4D05AD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.96%

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

R = 30.2%
G = 1.96%
B = 67.84%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D05AD (or 0x4D05AD) is known color: Indigo. HEX triplet: 4D, 05 and AD. RGB value is (77,5,173). Sum of RGB (Red+Green+Blue) = 77+5+173=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 173 (67.97% from 255 or 67.84% from 255); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D05AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D05AD is #B2FA52. Grayscale: #2D2D2D. Windows color (decimal): -11729491 or 11339085. OLE color: 11339085.

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

Color convert

RGB 77 5 173 -
CMYK 0.55 0.97 0 0.32
HSL 265.71º 0.94% 0.35% -
HSV(B) 265.71º 0.97% 0.68% -
XYZ 10.66 4.7 39.88 -
YUV 45.68 199.85 150.34 -
System Red Green Blue C M Y K H S L
Decimal 77 5 173 0.55 0.97 0 0.32 265.71 0.94 0.35
Hex 4D 5 AD 37 61 0 20 10A 5E 23
Octal 115 5 255 67 141 0 40 412 136 43
Binary 1001101 101 10101101 110111 1100001 0 100000 100001010 1011110 100011

Color Harmonies of #4D05AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D05AD

Black with #4D05AD

Text Example


Text Example

White with #4D05AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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