Html Css Color HEX #490E9B Indigo

📋 copy color: '#490E9B'

red 73 ◦ green 14 ◦ blue 155

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

Shades of Indigo #490E9B

Tints of Indigo #490E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 64.05%

R = 30.17%
G = 5.79%
B = 64.05%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#490E9B (or 0x490E9B) is known color: Indigo. HEX triplet: 49, 0E and 9B. RGB value is (73,14,155). Sum of RGB (Red+Green+Blue) = 73+14+155=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #490E9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490E9B is #B6F164. Grayscale: #2F2F2F. Windows color (decimal): -11989349 or 10161737. OLE color: 10161737.

HSL color Cylindrical-coordinate representation of color #490E9B: hue angle of 265.11º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490E9B is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 14 155 -
CMYK 0.53 0.91 0 0.39
HSL 265.11º 0.83% 0.33% -
HSV(B) 265.11º 0.91% 0.61% -
XYZ 8.82 4.1 31.34 -
YUV 47.72 188.55 146.04 -
System Red Green Blue C M Y K H S L
Decimal 73 14 155 0.53 0.91 0 0.39 265.11 0.83 0.33
Hex 49 E 9B 35 5B 0 27 109 53 21
Octal 111 16 233 65 133 0 47 411 123 41
Binary 1001001 1110 10011011 110101 1011011 0 100111 100001001 1010011 100001

Color Harmonies of #490E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490E9B

Black with #490E9B

Text Example


Text Example

White with #490E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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