Html Css Color HEX #490688 Indigo

📋 copy color: '#490688'

red 73 ◦ green 6 ◦ blue 136

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

Shades of Indigo #490688

Tints of Indigo #490688

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.79%

 BLUE value IS 136 (53.52% from 255) = 63.26%

R = 33.95%
G = 2.79%
B = 63.26%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#490688 (or 0x490688) is known color: Indigo. HEX triplet: 49, 06 and 88. RGB value is (73,6,136). Sum of RGB (Red+Green+Blue) = 73+6+136=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 136 (53.52% from 255 or 63.26% from 215); Max value from RGB is 136 - color contains mainly: blue. Hex color #490688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490688 is #B6F977. Grayscale: #282828. Windows color (decimal): -11991416 or 8914505. OLE color: 8914505.

HSL color Cylindrical-coordinate representation of color #490688: hue angle of 270.92º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490688 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 6 136 -
CMYK 0.46 0.96 0 0.47
HSL 270.92º 0.92% 0.28% -
HSV(B) 270.92º 0.96% 0.53% -
XYZ 7.26 3.32 23.55 -
YUV 40.85 181.7 150.93 -
System Red Green Blue C M Y K H S L
Decimal 73 6 136 0.46 0.96 0 0.47 270.92 0.92 0.28
Hex 49 6 88 2E 60 0 2F 10F 5C 1C
Octal 111 6 210 56 140 0 57 417 134 34
Binary 1001001 110 10001000 101110 1100000 0 101111 100001111 1011100 11100

Color Harmonies of #490688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490688

Black with #490688

Text Example


Text Example

White with #490688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490688; }

 p { color: rgb(73,6,136); }

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

background-color css

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

 a { background-color: rgb(73,6,136); }

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

border-color css

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

 span { border-color: rgb(73,6,136); }

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