Html Css Color HEX #490566 Indigo

📋 copy color: '#490566'

red 73 ◦ green 5 ◦ blue 102

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

Shades of Indigo #490566

Tints of Indigo #490566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 56.67%

R = 40.56%
G = 2.78%
B = 56.67%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#490566 (or 0x490566) is known color: Indigo. HEX triplet: 49, 05 and 66. RGB value is (73,5,102). Sum of RGB (Red+Green+Blue) = 73+5+102=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 102 (40.23% from 255 or 56.67% from 180); Max value from RGB is 102 - color contains mainly: blue. Hex color #490566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490566 is #B6FA99. Grayscale: #242424. Windows color (decimal): -11991706 or 6686025. OLE color: 6686025.

HSL color Cylindrical-coordinate representation of color #490566: hue angle of 282.06º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490566 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 73 5 102 -
CMYK 0.28 0.95 0 0.6
HSL 282.06º 0.91% 0.21% -
HSV(B) 282.06º 0.95% 0.4% -
XYZ 5.2 2.48 12.78 -
YUV 36.39 165.03 154.11 -
System Red Green Blue C M Y K H S L
Decimal 73 5 102 0.28 0.95 0 0.6 282.06 0.91 0.21
Hex 49 5 66 1C 5F 0 3C 11A 5B 15
Octal 111 5 146 34 137 0 74 432 133 25
Binary 1001001 101 1100110 11100 1011111 0 111100 100011010 1011011 10101

Color Harmonies of #490566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490566

Black with #490566

Text Example


Text Example

White with #490566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490566; }

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

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

background-color css

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

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

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

border-color css

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

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

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