Html Css Color HEX #490185 Indigo

📋 copy color: '#490185'

red 73 ◦ green 1 ◦ blue 133

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

Shades of Indigo #490185

Tints of Indigo #490185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 64.25%

R = 35.27%
G = 0.48%
B = 64.25%

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

#490185 (or 0x490185) is known color: Indigo. HEX triplet: 49, 01 and 85. RGB value is (73,1,133). Sum of RGB (Red+Green+Blue) = 73+1+133=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #490185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490185 is #B6FE7A. Grayscale: #252525. Windows color (decimal): -11992699 or 8716617. OLE color: 8716617.

HSL color Cylindrical-coordinate representation of color #490185: hue angle of 272.73º degrees, saturation: 0.99, 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 #490185 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 1 133 -
CMYK 0.45 0.99 0 0.48
HSL 272.73º 0.99% 0.26% -
HSV(B) 272.73º 0.99% 0.52% -
XYZ 6.99 3.13 22.43 -
YUV 37.58 181.85 153.27 -
System Red Green Blue C M Y K H S L
Decimal 73 1 133 0.45 0.99 0 0.48 272.73 0.99 0.26
Hex 49 1 85 2D 63 0 30 111 63 1A
Octal 111 1 205 55 143 0 60 421 143 32
Binary 1001001 1 10000101 101101 1100011 0 110000 100010001 1100011 11010

Color Harmonies of #490185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490185

Black with #490185

Text Example


Text Example

White with #490185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490185; }

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

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

background-color css

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

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

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

border-color css

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

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

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