Html Css Color HEX #490385 Indigo

📋 copy color: '#490385'

red 73 ◦ green 3 ◦ blue 133

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

Shades of Indigo #490385

Tints of Indigo #490385

RGB

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

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

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

R = 34.93%
G = 1.44%
B = 63.64%

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

#490385 (or 0x490385) is known color: Indigo. HEX triplet: 49, 03 and 85. RGB value is (73,3,133). Sum of RGB (Red+Green+Blue) = 73+3+133=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #490385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490385 is #B6FC7A. Grayscale: #262626. Windows color (decimal): -11992187 or 8717129. OLE color: 8717129.

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

Color convert

RGB 73 3 133 -
CMYK 0.45 0.98 0 0.48
HSL 272.31º 0.96% 0.27% -
HSV(B) 272.31º 0.98% 0.52% -
XYZ 7.01 3.18 22.43 -
YUV 38.75 181.19 152.43 -
System Red Green Blue C M Y K H S L
Decimal 73 3 133 0.45 0.98 0 0.48 272.31 0.96 0.27
Hex 49 3 85 2D 62 0 30 110 60 1B
Octal 111 3 205 55 142 0 60 420 140 33
Binary 1001001 11 10000101 101101 1100010 0 110000 100010000 1100000 11011

Color Harmonies of #490385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490385

Black with #490385

Text Example


Text Example

White with #490385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490385; }

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

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

background-color css

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

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

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

border-color css

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

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

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