Html Css Color HEX #4D06AB Indigo

📋 copy color: '#4D06AB'

red 77 ◦ green 6 ◦ blue 171

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

Shades of Indigo #4D06AB

Tints of Indigo #4D06AB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.36%

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

R = 30.31%
G = 2.36%
B = 67.32%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D06AB (or 0x4D06AB) is known color: Indigo. HEX triplet: 4D, 06 and AB. RGB value is (77,6,171). Sum of RGB (Red+Green+Blue) = 77+6+171=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D06AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D06AB is #B2F954. Grayscale: #2D2D2D. Windows color (decimal): -11729237 or 11208269. OLE color: 11208269.

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

Color convert

RGB 77 6 171 -
CMYK 0.55 0.96 0 0.33
HSL 265.82º 0.93% 0.35% -
HSV(B) 265.82º 0.96% 0.67% -
XYZ 10.48 4.65 38.87 -
YUV 46.04 198.52 150.08 -
System Red Green Blue C M Y K H S L
Decimal 77 6 171 0.55 0.96 0 0.33 265.82 0.93 0.35
Hex 4D 6 AB 37 60 0 21 10A 5D 23
Octal 115 6 253 67 140 0 41 412 135 43
Binary 1001101 110 10101011 110111 1100000 0 100001 100001010 1011101 100011

Color Harmonies of #4D06AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D06AB

Black with #4D06AB

Text Example


Text Example

White with #4D06AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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