Html Css Color HEX #490388 Indigo

📋 copy color: '#490388'

red 73 ◦ green 3 ◦ blue 136

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

Shades of Indigo #490388

Tints of Indigo #490388

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

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

R = 34.43%
G = 1.42%
B = 64.15%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#490388 (or 0x490388) is known color: Indigo. HEX triplet: 49, 03 and 88. RGB value is (73,3,136). Sum of RGB (Red+Green+Blue) = 73+3+136=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 136 (53.52% from 255 or 64.15% from 212); Max value from RGB is 136 - color contains mainly: blue. Hex color #490388 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490388 is #B6FC77. Grayscale: #262626. Windows color (decimal): -11992184 or 8913737. OLE color: 8913737.

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

Color convert

RGB 73 3 136 -
CMYK 0.46 0.98 0 0.47
HSL 271.58º 0.96% 0.27% -
HSV(B) 271.58º 0.98% 0.53% -
XYZ 7.22 3.26 23.54 -
YUV 39.09 182.69 152.19 -
System Red Green Blue C M Y K H S L
Decimal 73 3 136 0.46 0.98 0 0.47 271.58 0.96 0.27
Hex 49 3 88 2E 62 0 2F 110 60 1B
Octal 111 3 210 56 142 0 57 420 140 33
Binary 1001001 11 10001000 101110 1100010 0 101111 100010000 1100000 11011

Color Harmonies of #490388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490388

Black with #490388

Text Example


Text Example

White with #490388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490388; }

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

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

background-color css

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

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

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

border-color css

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

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

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