Html Css Color HEX #490D85 Indigo

📋 copy color: '#490D85'

red 73 ◦ green 13 ◦ blue 133

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

Shades of Indigo #490D85

Tints of Indigo #490D85

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.94%

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

R = 33.33%
G = 5.94%
B = 60.73%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#490D85 (or 0x490D85) is known color: Indigo. HEX triplet: 49, 0D and 85. RGB value is (73,13,133). Sum of RGB (Red+Green+Blue) = 73+13+133=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #490D85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490D85 is #B6F27A. Grayscale: #2C2C2C. Windows color (decimal): -11989627 or 8719689. OLE color: 8719689.

HSL color Cylindrical-coordinate representation of color #490D85: hue angle of 270º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490D85 is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 13 133 -
CMYK 0.45 0.90 0 0.48
HSL 270º 0.82% 0.29% -
HSV(B) 270º 0.9% 0.52% -
XYZ 7.13 3.4 22.47 -
YUV 44.62 177.88 148.24 -
System Red Green Blue C M Y K H S L
Decimal 73 13 133 0.45 0.90 0 0.48 270 0.82 0.29
Hex 49 D 85 2D 5A 0 30 10E 52 1D
Octal 111 15 205 55 132 0 60 416 122 35
Binary 1001001 1101 10000101 101101 1011010 0 110000 100001110 1010010 11101

Color Harmonies of #490D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490D85

Black with #490D85

Text Example


Text Example

White with #490D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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