Html Css Color HEX #490260 Indigo

📋 copy color: '#490260'

red 73 ◦ green 2 ◦ blue 96

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

Shades of Indigo #490260

Tints of Indigo #490260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 56.14%

R = 42.69%
G = 1.17%
B = 56.14%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#490260 (or 0x490260) is known color: Indigo. HEX triplet: 49, 02 and 60. RGB value is (73,2,96). Sum of RGB (Red+Green+Blue) = 73+2+96=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #490260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490260 is #B6FD9F. Grayscale: #212121. Windows color (decimal): -11992480 or 6292041. OLE color: 6292041.

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

Color convert

RGB 73 2 96 -
CMYK 0.24 0.98 0 0.62
HSL 285.32º 0.96% 0.19% -
HSV(B) 285.32º 0.98% 0.38% -
XYZ 4.88 2.3 11.25 -
YUV 33.95 163.02 155.86 -
System Red Green Blue C M Y K H S L
Decimal 73 2 96 0.24 0.98 0 0.62 285.32 0.96 0.19
Hex 49 2 60 18 62 0 3E 11D 60 13
Octal 111 2 140 30 142 0 76 435 140 23
Binary 1001001 10 1100000 11000 1100010 0 111110 100011101 1100000 10011

Color Harmonies of #490260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490260

Black with #490260

Text Example


Text Example

White with #490260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490260; }

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

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

background-color css

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

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

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

border-color css

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

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

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