Html Css Color HEX #490562 Indigo

📋 copy color: '#490562'

red 73 ◦ green 5 ◦ blue 98

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

Shades of Indigo #490562

Tints of Indigo #490562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.84%

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

R = 41.48%
G = 2.84%
B = 55.68%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#490562 (or 0x490562) is known color: Indigo. HEX triplet: 49, 05 and 62. RGB value is (73,5,98). Sum of RGB (Red+Green+Blue) = 73+5+98=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #490562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490562 is #B6FA9D. Grayscale: #232323. Windows color (decimal): -11991710 or 6423881. OLE color: 6423881.

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

Color convert

RGB 73 5 98 -
CMYK 0.26 0.95 0 0.62
HSL 283.87º 0.9% 0.2% -
HSV(B) 283.87º 0.95% 0.38% -
XYZ 5.01 2.41 11.76 -
YUV 35.93 163.03 154.44 -
System Red Green Blue C M Y K H S L
Decimal 73 5 98 0.26 0.95 0 0.62 283.87 0.9 0.2
Hex 49 5 62 1A 5F 0 3E 11C 5A 14
Octal 111 5 142 32 137 0 76 434 132 24
Binary 1001001 101 1100010 11010 1011111 0 111110 100011100 1011010 10100

Color Harmonies of #490562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490562

Black with #490562

Text Example


Text Example

White with #490562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490562; }

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

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

background-color css

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

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

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

border-color css

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

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

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