Html Css Color HEX #490085 Indigo

📋 copy color: '#490085'

red 73 ◦ green 0 ◦ blue 133

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

Shades of Indigo #490085

Tints of Indigo #490085

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 35.44%
G = 0%
B = 64.56%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#490085 (or 0x490085) is known color: Indigo. HEX triplet: 49, 00 and 85. RGB value is (73,0,133). Sum of RGB (Red+Green+Blue) = 73+0+133=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 133 (52.34% from 255 or 64.56% from 206); Max value from RGB is 133 - color contains mainly: blue. Hex color #490085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490085 is #B6FF7A. Grayscale: #242424. Windows color (decimal): -11992955 or 8716361. OLE color: 8716361.

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

Color convert

RGB 73 0 133 -
CMYK 0.45 1 0 0.48
HSL 272.93º 1% 0.26% -
HSV(B) 272.93º 1% 0.52% -
XYZ 6.98 3.11 22.42 -
YUV 36.99 182.18 153.69 -
System Red Green Blue C M Y K H S L
Decimal 73 0 133 0.45 1 0 0.48 272.93 1 0.26
Hex 49 0 85 2D 64 0 30 111 64 1A
Octal 111 0 205 55 144 0 60 421 144 32
Binary 1001001 0 10000101 101101 1100100 0 110000 100010001 1100100 11010

Color Harmonies of #490085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490085

Black with #490085

Text Example


Text Example

White with #490085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490085; }

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

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

background-color css

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

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

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

border-color css

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

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

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