Html Css Color HEX #490262 Indigo

📋 copy color: '#490262'

red 73 ◦ green 2 ◦ blue 98

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

Shades of Indigo #490262

Tints of Indigo #490262

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

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

R = 42.2%
G = 1.16%
B = 56.65%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#490262 (or 0x490262) is known color: Indigo. HEX triplet: 49, 02 and 62. RGB value is (73,2,98). Sum of RGB (Red+Green+Blue) = 73+2+98=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #490262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490262 is #B6FD9D. Grayscale: #212121. Windows color (decimal): -11992478 or 6423113. OLE color: 6423113.

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

Color convert

RGB 73 2 98 -
CMYK 0.26 0.98 0 0.62
HSL 284.38º 0.96% 0.2% -
HSV(B) 284.38º 0.98% 0.38% -
XYZ 4.97 2.34 11.75 -
YUV 34.17 164.02 155.69 -
System Red Green Blue C M Y K H S L
Decimal 73 2 98 0.26 0.98 0 0.62 284.38 0.96 0.2
Hex 49 2 62 1A 62 0 3E 11C 60 14
Octal 111 2 142 32 142 0 76 434 140 24
Binary 1001001 10 1100010 11010 1100010 0 111110 100011100 1100000 10100

Color Harmonies of #490262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490262

Black with #490262

Text Example


Text Example

White with #490262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490262; }

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

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

background-color css

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

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

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

border-color css

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

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

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