Html Css Color HEX #490261 Indigo

📋 copy color: '#490261'

red 73 ◦ green 2 ◦ blue 97

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

Shades of Indigo #490261

Tints of Indigo #490261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 56.4%

R = 42.44%
G = 1.16%
B = 56.4%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#490261 (or 0x490261) is known color: Indigo. HEX triplet: 49, 02 and 61. RGB value is (73,2,97). Sum of RGB (Red+Green+Blue) = 73+2+97=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #490261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490261 is #B6FD9E. Grayscale: #212121. Windows color (decimal): -11992479 or 6357577. OLE color: 6357577.

HSL color Cylindrical-coordinate representation of color #490261: hue angle of 284.84º 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 #490261 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 2 97 -
CMYK 0.25 0.98 0 0.62
HSL 284.84º 0.96% 0.19% -
HSV(B) 284.84º 0.98% 0.38% -
XYZ 4.93 2.32 11.5 -
YUV 34.06 163.52 155.78 -
System Red Green Blue C M Y K H S L
Decimal 73 2 97 0.25 0.98 0 0.62 284.84 0.96 0.19
Hex 49 2 61 19 62 0 3E 11D 60 13
Octal 111 2 141 31 142 0 76 435 140 23
Binary 1001001 10 1100001 11001 1100010 0 111110 100011101 1100000 10011

Color Harmonies of #490261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490261

Black with #490261

Text Example


Text Example

White with #490261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490261; }

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

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

background-color css

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

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

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

border-color css

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

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

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