Html Css Color HEX #4911A6 Indigo

📋 copy color: '#4911A6'

red 73 ◦ green 17 ◦ blue 166

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

Shades of Indigo #4911A6

Tints of Indigo #4911A6

RGB

 RED value IS 73 (28.91% from 255) = 28.52%

 GREEN value IS 17 (7.03% from 255) = 6.64%

 BLUE value IS 166 (65.23% from 255) = 64.84%

R = 28.52%
G = 6.64%
B = 64.84%

CMYK

 C value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4911A6 (or 0x4911A6) is known color: Indigo. HEX triplet: 49, 11 and A6. RGB value is (73,17,166). Sum of RGB (Red+Green+Blue) = 73+17+166=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 166 (65.23% from 255 or 64.84% from 256); Max value from RGB is 166 - color contains mainly: blue. Hex color #4911A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4911A6 is #B6EE59. Grayscale: #323232. Windows color (decimal): -11988570 or 10883401. OLE color: 10883401.

HSL color Cylindrical-coordinate representation of color #4911A6: hue angle of 262.55º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4911A6 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 17 166 -
CMYK 0.56 0.90 0 0.35
HSL 262.55º 0.81% 0.36% -
HSV(B) 262.55º 0.9% 0.65% -
XYZ 9.83 4.57 36.44 -
YUV 50.73 193.05 143.88 -
System Red Green Blue C M Y K H S L
Decimal 73 17 166 0.56 0.90 0 0.35 262.55 0.81 0.36
Hex 49 11 A6 38 5A 0 23 107 51 24
Octal 111 21 246 70 132 0 43 407 121 44
Binary 1001001 10001 10100110 111000 1011010 0 100011 100000111 1010001 100100

Color Harmonies of #4911A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4911A6

Black with #4911A6

Text Example


Text Example

White with #4911A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4911A6; }

 p { color: rgb(73,17,166); }

 H1.HeaderClassName
 {
   color: #4911A6;
 }
 .AnyTagClassName
 {
   color: #4911A6;
 }
</style>

background-color css

<style>
 a { background-color: #4911A6; }

 a { background-color: rgb(73,17,166); }

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

border-color css

<style>
 span { border-color: #4911A6; }

 span { border-color: rgb(73,17,166); }

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