Html Css Color HEX #490EA8 Indigo

📋 copy color: '#490EA8'

red 73 ◦ green 14 ◦ blue 168

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

Shades of Indigo #490EA8

Tints of Indigo #490EA8

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.49%

 BLUE value IS 168 (66.02% from 255) = 65.88%

R = 28.63%
G = 5.49%
B = 65.88%

CMYK

 C value IS 0.57

 M value IS 0.92

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#490EA8 (or 0x490EA8) is known color: Indigo. HEX triplet: 49, 0E and A8. RGB value is (73,14,168). Sum of RGB (Red+Green+Blue) = 73+14+168=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 168 (66.02% from 255 or 65.88% from 255); Max value from RGB is 168 - color contains mainly: blue. Hex color #490EA8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490EA8 is #B6F157. Grayscale: #303030. Windows color (decimal): -11989336 or 11013705. OLE color: 11013705.

HSL color Cylindrical-coordinate representation of color #490EA8: hue angle of 262.99º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490EA8 is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 73 14 168 -
CMYK 0.57 0.92 0 0.34
HSL 262.99º 0.85% 0.36% -
HSV(B) 262.99º 0.92% 0.66% -
XYZ 9.97 4.56 37.4 -
YUV 49.2 195.05 144.98 -
System Red Green Blue C M Y K H S L
Decimal 73 14 168 0.57 0.92 0 0.34 262.99 0.85 0.36
Hex 49 E A8 39 5C 0 22 107 55 24
Octal 111 16 250 71 134 0 42 407 125 44
Binary 1001001 1110 10101000 111001 1011100 0 100010 100000111 1010101 100100

Color Harmonies of #490EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490EA8

Black with #490EA8

Text Example


Text Example

White with #490EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490EA8; }

 p { color: rgb(73,14,168); }

 H1.HeaderClassName
 {
   color: #490EA8;
 }
 .AnyTagClassName
 {
   color: #490EA8;
 }
</style>

background-color css

<style>
 a { background-color: #490EA8; }

 a { background-color: rgb(73,14,168); }

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

border-color css

<style>
 span { border-color: #490EA8; }

 span { border-color: rgb(73,14,168); }

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