Html Css Color HEX #490B92 Indigo

📋 copy color: '#490B92'

red 73 ◦ green 11 ◦ blue 146

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

Shades of Indigo #490B92

Tints of Indigo #490B92

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.78%

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

R = 31.74%
G = 4.78%
B = 63.48%

CMYK

 C value IS 0.5

 M value IS 0.92

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#490B92 (or 0x490B92) is known color: Indigo. HEX triplet: 49, 0B and 92. RGB value is (73,11,146). Sum of RGB (Red+Green+Blue) = 73+11+146=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 146 (57.42% from 255 or 63.48% from 230); Max value from RGB is 146 - color contains mainly: blue. Hex color #490B92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490B92 is #B6F46D. Grayscale: #2C2C2C. Windows color (decimal): -11990126 or 9571145. OLE color: 9571145.

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

Color convert

RGB 73 11 146 -
CMYK 0.5 0.92 0 0.43
HSL 267.56º 0.86% 0.31% -
HSV(B) 267.56º 0.92% 0.57% -
XYZ 8.06 3.73 27.49 -
YUV 44.93 185.04 148.02 -
System Red Green Blue C M Y K H S L
Decimal 73 11 146 0.5 0.92 0 0.43 267.56 0.86 0.31
Hex 49 B 92 32 5C 0 2B 10C 56 1F
Octal 111 13 222 62 134 0 53 414 126 37
Binary 1001001 1011 10010010 110010 1011100 0 101011 100001100 1010110 11111

Color Harmonies of #490B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490B92

Black with #490B92

Text Example


Text Example

White with #490B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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