Html Css Color HEX #490568 Indigo

📋 copy color: '#490568'

red 73 ◦ green 5 ◦ blue 104

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

Shades of Indigo #490568

Tints of Indigo #490568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 57.14%

R = 40.11%
G = 2.75%
B = 57.14%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#490568 (or 0x490568) is known color: Indigo. HEX triplet: 49, 05 and 68. RGB value is (73,5,104). Sum of RGB (Red+Green+Blue) = 73+5+104=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #490568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490568 is #B6FA97. Grayscale: #242424. Windows color (decimal): -11991704 or 6817097. OLE color: 6817097.

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

Color convert

RGB 73 5 104 -
CMYK 0.30 0.95 0 0.59
HSL 281.21º 0.91% 0.21% -
HSV(B) 281.21º 0.95% 0.41% -
XYZ 5.3 2.52 13.3 -
YUV 36.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 73 5 104 0.30 0.95 0 0.59 281.21 0.91 0.21
Hex 49 5 68 1E 5F 0 3B 119 5B 15
Octal 111 5 150 36 137 0 73 431 133 25
Binary 1001001 101 1101000 11110 1011111 0 111011 100011001 1011011 10101

Color Harmonies of #490568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490568

Black with #490568

Text Example


Text Example

White with #490568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490568; }

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

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

background-color css

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

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

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

border-color css

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

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

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