Html Css Color HEX #490E7C Indigo

📋 copy color: '#490E7C'

red 73 ◦ green 14 ◦ blue 124

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

Shades of Indigo #490E7C

Tints of Indigo #490E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 58.77%

R = 34.6%
G = 6.64%
B = 58.77%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#490E7C (or 0x490E7C) is known color: Indigo. HEX triplet: 49, 0E and 7C. RGB value is (73,14,124). Sum of RGB (Red+Green+Blue) = 73+14+124=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #490E7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490E7C is #B6F183. Grayscale: #2B2B2B. Windows color (decimal): -11989380 or 8130121. OLE color: 8130121.

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

Color convert

RGB 73 14 124 -
CMYK 0.41 0.89 0 0.51
HSL 272.18º 0.8% 0.27% -
HSV(B) 272.18º 0.89% 0.49% -
XYZ 6.54 3.19 19.34 -
YUV 44.18 173.05 148.56 -
System Red Green Blue C M Y K H S L
Decimal 73 14 124 0.41 0.89 0 0.51 272.18 0.8 0.27
Hex 49 E 7C 29 59 0 33 110 50 1B
Octal 111 16 174 51 131 0 63 420 120 33
Binary 1001001 1110 1111100 101001 1011001 0 110011 100010000 1010000 11011

Color Harmonies of #490E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490E7C

Black with #490E7C

Text Example


Text Example

White with #490E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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