Html Css Color HEX #4902AD Indigo

📋 copy color: '#4902AD'

red 73 ◦ green 2 ◦ blue 173

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

Shades of Indigo #4902AD

Tints of Indigo #4902AD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 173 (67.97% from 255) = 69.76%

R = 29.44%
G = 0.81%
B = 69.76%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4902AD (or 0x4902AD) is known color: Indigo. HEX triplet: 49, 02 and AD. RGB value is (73,2,173). Sum of RGB (Red+Green+Blue) = 73+2+173=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #4902AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4902AD is #B6FD52. Grayscale: #2A2A2A. Windows color (decimal): -11992403 or 11338313. OLE color: 11338313.

HSL color Cylindrical-coordinate representation of color #4902AD: hue angle of 264.91º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4902AD is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 2 173 -
CMYK 0.58 0.99 0 0.32
HSL 264.91º 0.98% 0.34% -
HSV(B) 264.91º 0.99% 0.68% -
XYZ 10.31 4.48 39.86 -
YUV 42.72 201.52 149.6 -
System Red Green Blue C M Y K H S L
Decimal 73 2 173 0.58 0.99 0 0.32 264.91 0.98 0.34
Hex 49 2 AD 3A 63 0 20 109 62 22
Octal 111 2 255 72 143 0 40 411 142 42
Binary 1001001 10 10101101 111010 1100011 0 100000 100001001 1100010 100010

Color Harmonies of #4902AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4902AD

Black with #4902AD

Text Example


Text Example

White with #4902AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4902AD; }

 p { color: rgb(73,2,173); }

 H1.HeaderClassName
 {
   color: #4902AD;
 }
 .AnyTagClassName
 {
   color: #4902AD;
 }
</style>

background-color css

<style>
 a { background-color: #4902AD; }

 a { background-color: rgb(73,2,173); }

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

border-color css

<style>
 span { border-color: #4902AD; }

 span { border-color: rgb(73,2,173); }

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