Html Css Color HEX #490F70 Indigo

📋 copy color: '#490F70'

red 73 ◦ green 15 ◦ blue 112

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

Shades of Indigo #490F70

Tints of Indigo #490F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 56%

R = 36.5%
G = 7.5%
B = 56%

CMYK

 C value IS 0.35

 M value IS 0.87

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#490F70 (or 0x490F70) is known color: Indigo. HEX triplet: 49, 0F and 70. RGB value is (73,15,112). Sum of RGB (Red+Green+Blue) = 73+15+112=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #490F70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490F70 is #B6F08F. Grayscale: #2B2B2B. Windows color (decimal): -11989136 or 7343945. OLE color: 7343945.

HSL color Cylindrical-coordinate representation of color #490F70: hue angle of 275.88º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #490F70 is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 15 112 -
CMYK 0.35 0.87 0 0.56
HSL 275.88º 0.76% 0.25% -
HSV(B) 275.88º 0.87% 0.44% -
XYZ 5.84 2.93 15.59 -
YUV 43.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 73 15 112 0.35 0.87 0 0.56 275.88 0.76 0.25
Hex 49 F 70 23 57 0 38 114 4C 19
Octal 111 17 160 43 127 0 70 424 114 31
Binary 1001001 1111 1110000 100011 1010111 0 111000 100010100 1001100 11001

Color Harmonies of #490F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490F70

Black with #490F70

Text Example


Text Example

White with #490F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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