Html Css Color HEX #490372 Indigo

📋 copy color: '#490372'

red 73 ◦ green 3 ◦ blue 114

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

Shades of Indigo #490372

Tints of Indigo #490372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 60%

R = 38.42%
G = 1.58%
B = 60%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#490372 (or 0x490372) is known color: Indigo. HEX triplet: 49, 03 and 72. RGB value is (73,3,114). Sum of RGB (Red+Green+Blue) = 73+3+114=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #490372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490372 is #B6FC8D. Grayscale: #242424. Windows color (decimal): -11992206 or 7471945. OLE color: 7471945.

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

Color convert

RGB 73 3 114 -
CMYK 0.36 0.97 0 0.55
HSL 277.84º 0.95% 0.23% -
HSV(B) 277.84º 0.97% 0.45% -
XYZ 5.82 2.7 16.13 -
YUV 36.58 171.69 153.97 -
System Red Green Blue C M Y K H S L
Decimal 73 3 114 0.36 0.97 0 0.55 277.84 0.95 0.23
Hex 49 3 72 24 61 0 37 116 5F 17
Octal 111 3 162 44 141 0 67 426 137 27
Binary 1001001 11 1110010 100100 1100001 0 110111 100010110 1011111 10111

Color Harmonies of #490372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490372

Black with #490372

Text Example


Text Example

White with #490372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490372; }

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

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

background-color css

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

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

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

border-color css

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

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

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