Html Css Color HEX #4902AE Indigo

📋 copy color: '#4902AE'

red 73 ◦ green 2 ◦ blue 174

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

Shades of Indigo #4902AE

Tints of Indigo #4902AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 69.88%

R = 29.32%
G = 0.8%
B = 69.88%

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

#4902AE (or 0x4902AE) is known color: Indigo. HEX triplet: 49, 02 and AE. RGB value is (73,2,174). Sum of RGB (Red+Green+Blue) = 73+2+174=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #4902AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4902AE is #B6FD51. Grayscale: #2A2A2A. Windows color (decimal): -11992402 or 11403849. OLE color: 11403849.

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

Color convert

RGB 73 2 174 -
CMYK 0.58 0.99 0 0.32
HSL 264.77º 0.98% 0.35% -
HSV(B) 264.77º 0.99% 0.68% -
XYZ 10.41 4.52 40.37 -
YUV 42.84 202.02 149.51 -
System Red Green Blue C M Y K H S L
Decimal 73 2 174 0.58 0.99 0 0.32 264.77 0.98 0.35
Hex 49 2 AE 3A 63 0 20 109 62 23
Octal 111 2 256 72 143 0 40 411 142 43
Binary 1001001 10 10101110 111010 1100011 0 100000 100001001 1100010 100011

Color Harmonies of #4902AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4902AE

Black with #4902AE

Text Example


Text Example

White with #4902AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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