Html Css Color HEX #4D05AB Indigo

📋 copy color: '#4D05AB'

red 77 ◦ green 5 ◦ blue 171

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

Shades of Indigo #4D05AB

Tints of Indigo #4D05AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 67.59%

R = 30.43%
G = 1.98%
B = 67.59%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D05AB (or 0x4D05AB) is known color: Indigo. HEX triplet: 4D, 05 and AB. RGB value is (77,5,171). Sum of RGB (Red+Green+Blue) = 77+5+171=253 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.43% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D05AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D05AB is #B2FA54. Grayscale: #2C2C2C. Windows color (decimal): -11729493 or 11208013. OLE color: 11208013.

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

Color convert

RGB 77 5 171 -
CMYK 0.55 0.97 0 0.33
HSL 266.02º 0.94% 0.35% -
HSV(B) 266.02º 0.97% 0.67% -
XYZ 10.47 4.63 38.87 -
YUV 45.45 198.85 150.5 -
System Red Green Blue C M Y K H S L
Decimal 77 5 171 0.55 0.97 0 0.33 266.02 0.94 0.35
Hex 4D 5 AB 37 61 0 21 10A 5E 23
Octal 115 5 253 67 141 0 41 412 136 43
Binary 1001101 101 10101011 110111 1100001 0 100001 100001010 1011110 100011

Color Harmonies of #4D05AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D05AB

Black with #4D05AB

Text Example


Text Example

White with #4D05AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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