Html Css Color HEX #490362 Indigo

📋 copy color: '#490362'

red 73 ◦ green 3 ◦ blue 98

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

Shades of Indigo #490362

Tints of Indigo #490362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 56.32%

R = 41.95%
G = 1.72%
B = 56.32%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#490362 (or 0x490362) is known color: Indigo. HEX triplet: 49, 03 and 62. RGB value is (73,3,98). Sum of RGB (Red+Green+Blue) = 73+3+98=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #490362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490362 is #B6FC9D. Grayscale: #222222. Windows color (decimal): -11992222 or 6423369. OLE color: 6423369.

HSL color Cylindrical-coordinate representation of color #490362: hue angle of 284.21º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490362 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 3 98 -
CMYK 0.26 0.97 0 0.62
HSL 284.21º 0.94% 0.2% -
HSV(B) 284.21º 0.97% 0.38% -
XYZ 4.98 2.36 11.75 -
YUV 34.76 163.69 155.28 -
System Red Green Blue C M Y K H S L
Decimal 73 3 98 0.26 0.97 0 0.62 284.21 0.94 0.2
Hex 49 3 62 1A 61 0 3E 11C 5E 14
Octal 111 3 142 32 141 0 76 434 136 24
Binary 1001001 11 1100010 11010 1100001 0 111110 100011100 1011110 10100

Color Harmonies of #490362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490362

Black with #490362

Text Example


Text Example

White with #490362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490362; }

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

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

background-color css

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

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

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

border-color css

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

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

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