Html Css Color HEX #490184 Indigo

📋 copy color: '#490184'

red 73 ◦ green 1 ◦ blue 132

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

Shades of Indigo #490184

Tints of Indigo #490184

RGB

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

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

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

R = 35.44%
G = 0.49%
B = 64.08%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#490184 (or 0x490184) is known color: Indigo. HEX triplet: 49, 01 and 84. RGB value is (73,1,132). Sum of RGB (Red+Green+Blue) = 73+1+132=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 132 (51.95% from 255 or 64.08% from 206); Max value from RGB is 132 - color contains mainly: blue. Hex color #490184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490184 is #B6FE7B. Grayscale: #252525. Windows color (decimal): -11992700 or 8651081. OLE color: 8651081.

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

Color convert

RGB 73 1 132 -
CMYK 0.45 0.99 0 0.48
HSL 272.98º 0.98% 0.26% -
HSV(B) 272.98º 0.99% 0.52% -
XYZ 6.92 3.1 22.06 -
YUV 37.46 181.35 153.35 -
System Red Green Blue C M Y K H S L
Decimal 73 1 132 0.45 0.99 0 0.48 272.98 0.98 0.26
Hex 49 1 84 2D 63 0 30 111 62 1A
Octal 111 1 204 55 143 0 60 421 142 32
Binary 1001001 1 10000100 101101 1100011 0 110000 100010001 1100010 11010

Color Harmonies of #490184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490184

Black with #490184

Text Example


Text Example

White with #490184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490184; }

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

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

background-color css

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

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

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

border-color css

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

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

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