Html Css Color HEX #490384 Indigo

📋 copy color: '#490384'

red 73 ◦ green 3 ◦ blue 132

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

Shades of Indigo #490384

Tints of Indigo #490384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 63.46%

R = 35.1%
G = 1.44%
B = 63.46%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#490384 (or 0x490384) is known color: Indigo. HEX triplet: 49, 03 and 84. RGB value is (73,3,132). Sum of RGB (Red+Green+Blue) = 73+3+132=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 132 (51.95% from 255 or 63.46% from 208); Max value from RGB is 132 - color contains mainly: blue. Hex color #490384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490384 is #B6FC7B. Grayscale: #262626. Windows color (decimal): -11992188 or 8651593. OLE color: 8651593.

HSL color Cylindrical-coordinate representation of color #490384: hue angle of 272.56º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #490384 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 3 132 -
CMYK 0.45 0.98 0 0.48
HSL 272.56º 0.96% 0.26% -
HSV(B) 272.56º 0.98% 0.52% -
XYZ 6.95 3.15 22.07 -
YUV 38.64 180.69 152.51 -
System Red Green Blue C M Y K H S L
Decimal 73 3 132 0.45 0.98 0 0.48 272.56 0.96 0.26
Hex 49 3 84 2D 62 0 30 111 60 1A
Octal 111 3 204 55 142 0 60 421 140 32
Binary 1001001 11 10000100 101101 1100010 0 110000 100010001 1100000 11010

Color Harmonies of #490384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490384

Black with #490384

Text Example


Text Example

White with #490384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490384; }

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

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

background-color css

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

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

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

border-color css

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

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

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