Html Css Color HEX #490F7D Indigo

📋 copy color: '#490F7D'

red 73 ◦ green 15 ◦ blue 125

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

Shades of Indigo #490F7D

Tints of Indigo #490F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 58.69%

R = 34.27%
G = 7.04%
B = 58.69%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#490F7D (or 0x490F7D) is known color: Indigo. HEX triplet: 49, 0F and 7D. RGB value is (73,15,125). Sum of RGB (Red+Green+Blue) = 73+15+125=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #490F7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490F7D is #B6F082. Grayscale: #2C2C2C. Windows color (decimal): -11989123 or 8195913. OLE color: 8195913.

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

Color convert

RGB 73 15 125 -
CMYK 0.42 0.88 0 0.51
HSL 271.64º 0.79% 0.27% -
HSV(B) 271.64º 0.88% 0.49% -
XYZ 6.62 3.24 19.68 -
YUV 44.88 173.22 148.06 -
System Red Green Blue C M Y K H S L
Decimal 73 15 125 0.42 0.88 0 0.51 271.64 0.79 0.27
Hex 49 F 7D 2A 58 0 33 110 4F 1B
Octal 111 17 175 52 130 0 63 420 117 33
Binary 1001001 1111 1111101 101010 1011000 0 110011 100010000 1001111 11011

Color Harmonies of #490F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490F7D

Black with #490F7D

Text Example


Text Example

White with #490F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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