Html Css Color HEX #490083 Indigo

📋 copy color: '#490083'

red 73 ◦ green 0 ◦ blue 131

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

Shades of Indigo #490083

Tints of Indigo #490083

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 131 (51.56% from 255) = 64.22%

R = 35.78%
G = 0%
B = 64.22%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#490083 (or 0x490083) is known color: Indigo. HEX triplet: 49, 00 and 83. RGB value is (73,0,131). Sum of RGB (Red+Green+Blue) = 73+0+131=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 131 (51.56% from 255 or 64.22% from 204); Max value from RGB is 131 - color contains mainly: blue. Hex color #490083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490083 is #B6FF7C. Grayscale: #242424. Windows color (decimal): -11992957 or 8585289. OLE color: 8585289.

HSL color Cylindrical-coordinate representation of color #490083: hue angle of 273.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490083 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 0 131 -
CMYK 0.44 1 0 0.49
HSL 273.44º 1% 0.26% -
HSV(B) 273.44º 1% 0.51% -
XYZ 6.84 3.06 21.7 -
YUV 36.76 181.18 153.85 -
System Red Green Blue C M Y K H S L
Decimal 73 0 131 0.44 1 0 0.49 273.44 1 0.26
Hex 49 0 83 2C 64 0 31 111 64 1A
Octal 111 0 203 54 144 0 61 421 144 32
Binary 1001001 0 10000011 101100 1100100 0 110001 100010001 1100100 11010

Color Harmonies of #490083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490083

Black with #490083

Text Example


Text Example

White with #490083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490083; }

 p { color: rgb(73,0,131); }

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

background-color css

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

 a { background-color: rgb(73,0,131); }

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

border-color css

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

 span { border-color: rgb(73,0,131); }

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