Html Css Color HEX #490883 Indigo

📋 copy color: '#490883'

red 73 ◦ green 8 ◦ blue 131

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

Shades of Indigo #490883

Tints of Indigo #490883

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.77%

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

R = 34.43%
G = 3.77%
B = 61.79%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#490883 (or 0x490883) is known color: Indigo. HEX triplet: 49, 08 and 83. RGB value is (73,8,131). Sum of RGB (Red+Green+Blue) = 73+8+131=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 131 (51.56% from 255 or 61.79% from 212); Max value from RGB is 131 - color contains mainly: blue. Hex color #490883 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490883 is #B6F77C. Grayscale: #292929. Windows color (decimal): -11990909 or 8587337. OLE color: 8587337.

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

Color convert

RGB 73 8 131 -
CMYK 0.44 0.94 0 0.49
HSL 271.71º 0.88% 0.27% -
HSV(B) 271.71º 0.94% 0.51% -
XYZ 6.93 3.23 21.73 -
YUV 41.46 178.53 150.5 -
System Red Green Blue C M Y K H S L
Decimal 73 8 131 0.44 0.94 0 0.49 271.71 0.88 0.27
Hex 49 8 83 2C 5E 0 31 110 58 1B
Octal 111 10 203 54 136 0 61 420 130 33
Binary 1001001 1000 10000011 101100 1011110 0 110001 100010000 1011000 11011

Color Harmonies of #490883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490883

Black with #490883

Text Example


Text Example

White with #490883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490883; }

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

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

background-color css

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

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

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

border-color css

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

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

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