Html Css Color HEX #490E7B Indigo

📋 copy color: '#490E7B'

red 73 ◦ green 14 ◦ blue 123

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

Shades of Indigo #490E7B

Tints of Indigo #490E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 58.57%

R = 34.76%
G = 6.67%
B = 58.57%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#490E7B (or 0x490E7B) is known color: Indigo. HEX triplet: 49, 0E and 7B. RGB value is (73,14,123). Sum of RGB (Red+Green+Blue) = 73+14+123=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #490E7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490E7B is #B6F184. Grayscale: #2B2B2B. Windows color (decimal): -11989381 or 8064585. OLE color: 8064585.

HSL color Cylindrical-coordinate representation of color #490E7B: hue angle of 272.48º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490E7B is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 14 123 -
CMYK 0.41 0.89 0 0.52
HSL 272.48º 0.8% 0.27% -
HSV(B) 272.48º 0.89% 0.48% -
XYZ 6.48 3.16 19.01 -
YUV 44.07 172.55 148.64 -
System Red Green Blue C M Y K H S L
Decimal 73 14 123 0.41 0.89 0 0.52 272.48 0.8 0.27
Hex 49 E 7B 29 59 0 34 110 50 1B
Octal 111 16 173 51 131 0 64 420 120 33
Binary 1001001 1110 1111011 101001 1011001 0 110100 100010000 1010000 11011

Color Harmonies of #490E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490E7B

Black with #490E7B

Text Example


Text Example

White with #490E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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