Html Css Color HEX #490D84 Indigo

📋 copy color: '#490D84'

red 73 ◦ green 13 ◦ blue 132

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

Shades of Indigo #490D84

Tints of Indigo #490D84

RGB

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

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

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

R = 33.49%
G = 5.96%
B = 60.55%

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

#490D84 (or 0x490D84) is known color: Indigo. HEX triplet: 49, 0D and 84. RGB value is (73,13,132). Sum of RGB (Red+Green+Blue) = 73+13+132=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 132 (51.95% from 255 or 60.55% from 218); Max value from RGB is 132 - color contains mainly: blue. Hex color #490D84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490D84 is #B6F27B. Grayscale: #2C2C2C. Windows color (decimal): -11989628 or 8654153. OLE color: 8654153.

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

Color convert

RGB 73 13 132 -
CMYK 0.45 0.90 0 0.48
HSL 270.25º 0.82% 0.28% -
HSV(B) 270.25º 0.9% 0.52% -
XYZ 7.06 3.37 22.11 -
YUV 44.51 177.38 148.32 -
System Red Green Blue C M Y K H S L
Decimal 73 13 132 0.45 0.90 0 0.48 270.25 0.82 0.28
Hex 49 D 84 2D 5A 0 30 10E 52 1C
Octal 111 15 204 55 132 0 60 416 122 34
Binary 1001001 1101 10000100 101101 1011010 0 110000 100001110 1010010 11100

Color Harmonies of #490D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490D84

Black with #490D84

Text Example


Text Example

White with #490D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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