Html Css Color HEX #490D92 Indigo

📋 copy color: '#490D92'

red 73 ◦ green 13 ◦ blue 146

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

Shades of Indigo #490D92

Tints of Indigo #490D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 62.93%

R = 31.47%
G = 5.6%
B = 62.93%

CMYK

 C value IS 0.5

 M value IS 0.91

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#490D92 (or 0x490D92) is known color: Indigo. HEX triplet: 49, 0D and 92. RGB value is (73,13,146). Sum of RGB (Red+Green+Blue) = 73+13+146=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #490D92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490D92 is #B6F26D. Grayscale: #2D2D2D. Windows color (decimal): -11989614 or 9571657. OLE color: 9571657.

HSL color Cylindrical-coordinate representation of color #490D92: hue angle of 267.07º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490D92 is Cyan = 0.5, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 13 146 -
CMYK 0.5 0.91 0 0.43
HSL 267.07º 0.84% 0.31% -
HSV(B) 267.07º 0.91% 0.57% -
XYZ 8.08 3.78 27.5 -
YUV 46.1 184.38 147.19 -
System Red Green Blue C M Y K H S L
Decimal 73 13 146 0.5 0.91 0 0.43 267.07 0.84 0.31
Hex 49 D 92 32 5B 0 2B 10B 54 1F
Octal 111 15 222 62 133 0 53 413 124 37
Binary 1001001 1101 10010010 110010 1011011 0 101011 100001011 1010100 11111

Color Harmonies of #490D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490D92

Black with #490D92

Text Example


Text Example

White with #490D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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