Html Css Color HEX #490F92 Indigo

📋 copy color: '#490F92'

red 73 ◦ green 15 ◦ blue 146

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

Shades of Indigo #490F92

Tints of Indigo #490F92

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.41%

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

R = 31.2%
G = 6.41%
B = 62.39%

CMYK

 C value IS 0.5

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#490F92 (or 0x490F92) is known color: Indigo. HEX triplet: 49, 0F and 92. RGB value is (73,15,146). Sum of RGB (Red+Green+Blue) = 73+15+146=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #490F92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490F92 is #B6F06D. Grayscale: #2E2E2E. Windows color (decimal): -11989102 or 9572169. OLE color: 9572169.

HSL color Cylindrical-coordinate representation of color #490F92: hue angle of 266.56º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490F92 is Cyan = 0.5, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 15 146 -
CMYK 0.5 0.90 0 0.43
HSL 266.56º 0.81% 0.32% -
HSV(B) 266.56º 0.9% 0.57% -
XYZ 8.11 3.83 27.51 -
YUV 47.28 183.72 146.35 -
System Red Green Blue C M Y K H S L
Decimal 73 15 146 0.5 0.90 0 0.43 266.56 0.81 0.32
Hex 49 F 92 32 5A 0 2B 10B 51 20
Octal 111 17 222 62 132 0 53 413 121 40
Binary 1001001 1111 10010010 110010 1011010 0 101011 100001011 1010001 100000

Color Harmonies of #490F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490F92

Black with #490F92

Text Example


Text Example

White with #490F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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