Html Css Color HEX #4D08AB Indigo

📋 copy color: '#4D08AB'

red 77 ◦ green 8 ◦ blue 171

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

Shades of Indigo #4D08AB

Tints of Indigo #4D08AB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

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

R = 30.08%
G = 3.13%
B = 66.8%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D08AB (or 0x4D08AB) is known color: Indigo. HEX triplet: 4D, 08 and AB. RGB value is (77,8,171). Sum of RGB (Red+Green+Blue) = 77+8+171=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D08AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D08AB is #B2F754. Grayscale: #2E2E2E. Windows color (decimal): -11728725 or 11208781. OLE color: 11208781.

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

Color convert

RGB 77 8 171 -
CMYK 0.55 0.95 0 0.33
HSL 265.4º 0.91% 0.35% -
HSV(B) 265.4º 0.95% 0.67% -
XYZ 10.5 4.69 38.88 -
YUV 47.21 197.86 149.25 -
System Red Green Blue C M Y K H S L
Decimal 77 8 171 0.55 0.95 0 0.33 265.4 0.91 0.35
Hex 4D 8 AB 37 5F 0 21 109 5B 23
Octal 115 10 253 67 137 0 41 411 133 43
Binary 1001101 1000 10101011 110111 1011111 0 100001 100001001 1011011 100011

Color Harmonies of #4D08AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D08AB

Black with #4D08AB

Text Example


Text Example

White with #4D08AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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