Html Css Color HEX #490383 Indigo

📋 copy color: '#490383'

red 73 ◦ green 3 ◦ blue 131

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

Shades of Indigo #490383

Tints of Indigo #490383

RGB

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

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

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

R = 35.27%
G = 1.45%
B = 63.29%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#490383 (or 0x490383) is known color: Indigo. HEX triplet: 49, 03 and 83. RGB value is (73,3,131). Sum of RGB (Red+Green+Blue) = 73+3+131=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 131 (51.56% from 255 or 63.29% from 207); Max value from RGB is 131 - color contains mainly: blue. Hex color #490383 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490383 is #B6FC7C. Grayscale: #262626. Windows color (decimal): -11992189 or 8586057. OLE color: 8586057.

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

Color convert

RGB 73 3 131 -
CMYK 0.44 0.98 0 0.49
HSL 272.81º 0.96% 0.26% -
HSV(B) 272.81º 0.98% 0.51% -
XYZ 6.88 3.12 21.71 -
YUV 38.52 180.19 152.59 -
System Red Green Blue C M Y K H S L
Decimal 73 3 131 0.44 0.98 0 0.49 272.81 0.96 0.26
Hex 49 3 83 2C 62 0 31 111 60 1A
Octal 111 3 203 54 142 0 61 421 140 32
Binary 1001001 11 10000011 101100 1100010 0 110001 100010001 1100000 11010

Color Harmonies of #490383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490383

Black with #490383

Text Example


Text Example

White with #490383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490383; }

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

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

background-color css

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

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

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

border-color css

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

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

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