Html Css Color HEX #4A0DAB Indigo

📋 copy color: '#4A0DAB'

red 74 ◦ green 13 ◦ blue 171

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

Shades of Indigo #4A0DAB

Tints of Indigo #4A0DAB

RGB

 RED value IS 74 (29.3% from 255) = 28.68%

 GREEN value IS 13 (5.47% from 255) = 5.04%

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

R = 28.68%
G = 5.04%
B = 66.28%

CMYK

 C value IS 0.57

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A0DAB (or 0x4A0DAB) is known color: Indigo. HEX triplet: 4A, 0D and AB. RGB value is (74,13,171). Sum of RGB (Red+Green+Blue) = 74+13+171=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A0DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0DAB is #B5F254. Grayscale: #303030. Windows color (decimal): -11924053 or 11210058. OLE color: 11210058.

HSL color Cylindrical-coordinate representation of color #4A0DAB: hue angle of 263.16º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A0DAB is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 13 171 -
CMYK 0.57 0.92 0 0.33
HSL 263.16º 0.86% 0.36% -
HSV(B) 263.16º 0.92% 0.67% -
XYZ 10.32 4.68 38.89 -
YUV 49.25 196.71 145.65 -
System Red Green Blue C M Y K H S L
Decimal 74 13 171 0.57 0.92 0 0.33 263.16 0.86 0.36
Hex 4A D AB 39 5C 0 21 107 56 24
Octal 112 15 253 71 134 0 41 407 126 44
Binary 1001010 1101 10101011 111001 1011100 0 100001 100000111 1010110 100100

Color Harmonies of #4A0DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0DAB

Black with #4A0DAB

Text Example


Text Example

White with #4A0DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,13,171); }

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

background-color css

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

 a { background-color: rgb(74,13,171); }

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

border-color css

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

 span { border-color: rgb(74,13,171); }

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