Html Css Color HEX #490F9E Indigo

📋 copy color: '#490F9E'

red 73 ◦ green 15 ◦ blue 158

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

Shades of Indigo #490F9E

Tints of Indigo #490F9E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.1%

 BLUE value IS 158 (62.11% from 255) = 64.23%

R = 29.67%
G = 6.1%
B = 64.23%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#490F9E (or 0x490F9E) is known color: Indigo. HEX triplet: 49, 0F and 9E. RGB value is (73,15,158). Sum of RGB (Red+Green+Blue) = 73+15+158=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #490F9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490F9E is #B6F061. Grayscale: #303030. Windows color (decimal): -11989090 or 10358601. OLE color: 10358601.

HSL color Cylindrical-coordinate representation of color #490F9E: hue angle of 264.34º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490F9E is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 15 158 -
CMYK 0.54 0.91 0 0.38
HSL 264.34º 0.83% 0.34% -
HSV(B) 264.34º 0.91% 0.62% -
XYZ 9.09 4.23 32.68 -
YUV 48.64 189.72 145.37 -
System Red Green Blue C M Y K H S L
Decimal 73 15 158 0.54 0.91 0 0.38 264.34 0.83 0.34
Hex 49 F 9E 36 5B 0 26 108 53 22
Octal 111 17 236 66 133 0 46 410 123 42
Binary 1001001 1111 10011110 110110 1011011 0 100110 100001000 1010011 100010

Color Harmonies of #490F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490F9E

Black with #490F9E

Text Example


Text Example

White with #490F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,15,158); }

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

background-color css

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

 a { background-color: rgb(73,15,158); }

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

border-color css

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

 span { border-color: rgb(73,15,158); }

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