Html Css Color HEX #490188 Indigo

📋 copy color: '#490188'

red 73 ◦ green 1 ◦ blue 136

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

Shades of Indigo #490188

Tints of Indigo #490188

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 34.76%
G = 0.48%
B = 64.76%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#490188 (or 0x490188) is known color: Indigo. HEX triplet: 49, 01 and 88. RGB value is (73,1,136). Sum of RGB (Red+Green+Blue) = 73+1+136=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 136 (53.52% from 255 or 64.76% from 210); Max value from RGB is 136 - color contains mainly: blue. Hex color #490188 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490188 is #B6FE77. Grayscale: #252525. Windows color (decimal): -11992696 or 8913225. OLE color: 8913225.

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

Color convert

RGB 73 1 136 -
CMYK 0.46 0.99 0 0.47
HSL 272º 0.99% 0.27% -
HSV(B) 272º 0.99% 0.53% -
XYZ 7.2 3.22 23.53 -
YUV 37.92 183.35 153.02 -
System Red Green Blue C M Y K H S L
Decimal 73 1 136 0.46 0.99 0 0.47 272 0.99 0.27
Hex 49 1 88 2E 63 0 2F 110 63 1B
Octal 111 1 210 56 143 0 57 420 143 33
Binary 1001001 1 10001000 101110 1100011 0 101111 100010000 1100011 11011

Color Harmonies of #490188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490188

Black with #490188

Text Example


Text Example

White with #490188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490188; }

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

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

background-color css

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

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

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

border-color css

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

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

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