Html Css Color HEX #490885 Indigo

📋 copy color: '#490885'

red 73 ◦ green 8 ◦ blue 133

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

Shades of Indigo #490885

Tints of Indigo #490885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 62.15%

R = 34.11%
G = 3.74%
B = 62.15%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#490885 (or 0x490885) is known color: Indigo. HEX triplet: 49, 08 and 85. RGB value is (73,8,133). Sum of RGB (Red+Green+Blue) = 73+8+133=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 133 (52.34% from 255 or 62.15% from 214); Max value from RGB is 133 - color contains mainly: blue. Hex color #490885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490885 is #B6F77A. Grayscale: #292929. Windows color (decimal): -11990907 or 8718409. OLE color: 8718409.

HSL color Cylindrical-coordinate representation of color #490885: hue angle of 271.2º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490885 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 8 133 -
CMYK 0.45 0.94 0 0.48
HSL 271.2º 0.89% 0.28% -
HSV(B) 271.2º 0.94% 0.52% -
XYZ 7.07 3.28 22.45 -
YUV 41.69 179.53 150.34 -
System Red Green Blue C M Y K H S L
Decimal 73 8 133 0.45 0.94 0 0.48 271.2 0.89 0.28
Hex 49 8 85 2D 5E 0 30 10F 59 1C
Octal 111 10 205 55 136 0 60 417 131 34
Binary 1001001 1000 10000101 101101 1011110 0 110000 100001111 1011001 11100

Color Harmonies of #490885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490885

Black with #490885

Text Example


Text Example

White with #490885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490885; }

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

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

background-color css

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

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

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

border-color css

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

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

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