Html Css Color HEX #490370 Indigo

📋 copy color: '#490370'

red 73 ◦ green 3 ◦ blue 112

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

Shades of Indigo #490370

Tints of Indigo #490370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 38.83%
G = 1.6%
B = 59.57%

CMYK

 C value IS 0.35

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#490370 (or 0x490370) is known color: Indigo. HEX triplet: 49, 03 and 70. RGB value is (73,3,112). Sum of RGB (Red+Green+Blue) = 73+3+112=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #490370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490370 is #B6FC8F. Grayscale: #232323. Windows color (decimal): -11992208 or 7340873. OLE color: 7340873.

HSL color Cylindrical-coordinate representation of color #490370: hue angle of 278.53º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490370 is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 3 112 -
CMYK 0.35 0.97 0 0.56
HSL 278.53º 0.95% 0.23% -
HSV(B) 278.53º 0.97% 0.44% -
XYZ 5.7 2.65 15.54 -
YUV 36.36 170.69 154.14 -
System Red Green Blue C M Y K H S L
Decimal 73 3 112 0.35 0.97 0 0.56 278.53 0.95 0.23
Hex 49 3 70 23 61 0 38 117 5F 17
Octal 111 3 160 43 141 0 70 427 137 27
Binary 1001001 11 1110000 100011 1100001 0 111000 100010111 1011111 10111

Color Harmonies of #490370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490370

Black with #490370

Text Example


Text Example

White with #490370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490370; }

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

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

background-color css

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

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

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

border-color css

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

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

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