Html Css Color HEX #490D94 Indigo

📋 copy color: '#490D94'

red 73 ◦ green 13 ◦ blue 148

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

Shades of Indigo #490D94

Tints of Indigo #490D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 63.25%

R = 31.2%
G = 5.56%
B = 63.25%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#490D94 (or 0x490D94) is known color: Indigo. HEX triplet: 49, 0D and 94. RGB value is (73,13,148). Sum of RGB (Red+Green+Blue) = 73+13+148=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 148 (58.20% from 255 or 63.25% from 234); Max value from RGB is 148 - color contains mainly: blue. Hex color #490D94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490D94 is #B6F26B. Grayscale: #2D2D2D. Windows color (decimal): -11989612 or 9702729. OLE color: 9702729.

HSL color Cylindrical-coordinate representation of color #490D94: hue angle of 266.67º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490D94 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 13 148 -
CMYK 0.51 0.91 0 0.42
HSL 266.67º 0.84% 0.32% -
HSV(B) 266.67º 0.91% 0.58% -
XYZ 8.24 3.84 28.32 -
YUV 46.33 185.38 147.02 -
System Red Green Blue C M Y K H S L
Decimal 73 13 148 0.51 0.91 0 0.42 266.67 0.84 0.32
Hex 49 D 94 33 5B 0 2A 10B 54 20
Octal 111 15 224 63 133 0 52 413 124 40
Binary 1001001 1101 10010100 110011 1011011 0 101010 100001011 1010100 100000

Color Harmonies of #490D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490D94

Black with #490D94

Text Example


Text Example

White with #490D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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