Html Css Color HEX #4906AB Indigo

📋 copy color: '#4906AB'

red 73 ◦ green 6 ◦ blue 171

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

Shades of Indigo #4906AB

Tints of Indigo #4906AB

RGB

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

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

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

R = 29.2%
G = 2.4%
B = 68.4%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4906AB (or 0x4906AB) is known color: Indigo. HEX triplet: 49, 06 and AB. RGB value is (73,6,171). Sum of RGB (Red+Green+Blue) = 73+6+171=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #4906AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4906AB is #B6F954. Grayscale: #2C2C2C. Windows color (decimal): -11991381 or 11208265. OLE color: 11208265.

HSL color Cylindrical-coordinate representation of color #4906AB: hue angle of 264.36º 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 #4906AB is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 6 171 -
CMYK 0.57 0.96 0 0.33
HSL 264.36º 0.93% 0.35% -
HSV(B) 264.36º 0.96% 0.67% -
XYZ 10.16 4.49 38.86 -
YUV 44.84 199.2 148.08 -
System Red Green Blue C M Y K H S L
Decimal 73 6 171 0.57 0.96 0 0.33 264.36 0.93 0.35
Hex 49 6 AB 39 60 0 21 108 5D 23
Octal 111 6 253 71 140 0 41 410 135 43
Binary 1001001 110 10101011 111001 1100000 0 100001 100001000 1011101 100011

Color Harmonies of #4906AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4906AB

Black with #4906AB

Text Example


Text Example

White with #4906AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4906AB; }

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

 H1.HeaderClassName
 {
   color: #4906AB;
 }
 .AnyTagClassName
 {
   color: #4906AB;
 }
</style>

background-color css

<style>
 a { background-color: #4906AB; }

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

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

border-color css

<style>
 span { border-color: #4906AB; }

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

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