Html Css Color HEX #490F7F Indigo

📋 copy color: '#490F7F'

red 73 ◦ green 15 ◦ blue 127

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

Shades of Indigo #490F7F

Tints of Indigo #490F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 59.07%

R = 33.95%
G = 6.98%
B = 59.07%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#490F7F (or 0x490F7F) is known color: Indigo. HEX triplet: 49, 0F and 7F. RGB value is (73,15,127). Sum of RGB (Red+Green+Blue) = 73+15+127=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 127 (50% from 255 or 59.07% from 215); Max value from RGB is 127 - color contains mainly: blue. Hex color #490F7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490F7F is #B6F080. Grayscale: #2C2C2C. Windows color (decimal): -11989121 or 8326985. OLE color: 8326985.

HSL color Cylindrical-coordinate representation of color #490F7F: hue angle of 271.07º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #490F7F is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 15 127 -
CMYK 0.43 0.88 0 0.50
HSL 271.07º 0.79% 0.28% -
HSV(B) 271.07º 0.88% 0.5% -
XYZ 6.75 3.29 20.36 -
YUV 45.11 174.22 147.89 -
System Red Green Blue C M Y K H S L
Decimal 73 15 127 0.43 0.88 0 0.50 271.07 0.79 0.28
Hex 49 F 7F 2B 58 0 32 10F 4F 1C
Octal 111 17 177 53 130 0 62 417 117 34
Binary 1001001 1111 1111111 101011 1011000 0 110010 100001111 1001111 11100

Color Harmonies of #490F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490F7F

Black with #490F7F

Text Example


Text Example

White with #490F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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