Html Css Color HEX #490498 Indigo

📋 copy color: '#490498'

red 73 ◦ green 4 ◦ blue 152

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

Shades of Indigo #490498

Tints of Indigo #490498

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.75%

 BLUE value IS 152 (59.77% from 255) = 66.38%

R = 31.88%
G = 1.75%
B = 66.38%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#490498 (or 0x490498) is known color: Indigo. HEX triplet: 49, 04 and 98. RGB value is (73,4,152). Sum of RGB (Red+Green+Blue) = 73+4+152=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 152 (59.77% from 255 or 66.38% from 229); Max value from RGB is 152 - color contains mainly: blue. Hex color #490498 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490498 is #B6FB67. Grayscale: #282828. Windows color (decimal): -11991912 or 9962569. OLE color: 9962569.

HSL color Cylindrical-coordinate representation of color #490498: hue angle of 267.97º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490498 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 4 152 -
CMYK 0.52 0.97 0 0.40
HSL 267.97º 0.95% 0.31% -
HSV(B) 267.97º 0.97% 0.6% -
XYZ 8.46 3.77 29.99 -
YUV 41.5 190.36 150.47 -
System Red Green Blue C M Y K H S L
Decimal 73 4 152 0.52 0.97 0 0.40 267.97 0.95 0.31
Hex 49 4 98 34 61 0 28 10C 5F 1F
Octal 111 4 230 64 141 0 50 414 137 37
Binary 1001001 100 10011000 110100 1100001 0 101000 100001100 1011111 11111

Color Harmonies of #490498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490498

Black with #490498

Text Example


Text Example

White with #490498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490498; }

 p { color: rgb(73,4,152); }

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

background-color css

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

 a { background-color: rgb(73,4,152); }

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

border-color css

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

 span { border-color: rgb(73,4,152); }

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