Html Css Color HEX #490893 Indigo

📋 copy color: '#490893'

red 73 ◦ green 8 ◦ blue 147

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

Shades of Indigo #490893

Tints of Indigo #490893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.51%

 BLUE value IS 147 (57.81% from 255) = 64.47%

R = 32.02%
G = 3.51%
B = 64.47%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#490893 (or 0x490893) is known color: Indigo. HEX triplet: 49, 08 and 93. RGB value is (73,8,147). Sum of RGB (Red+Green+Blue) = 73+8+147=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #490893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490893 is #B6F76C. Grayscale: #2A2A2A. Windows color (decimal): -11990893 or 9635913. OLE color: 9635913.

HSL color Cylindrical-coordinate representation of color #490893: hue angle of 268.06º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490893 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 8 147 -
CMYK 0.50 0.95 0 0.42
HSL 268.06º 0.9% 0.3% -
HSV(B) 268.06º 0.95% 0.58% -
XYZ 8.1 3.7 27.89 -
YUV 43.28 186.53 149.2 -
System Red Green Blue C M Y K H S L
Decimal 73 8 147 0.50 0.95 0 0.42 268.06 0.9 0.3
Hex 49 8 93 32 5F 0 2A 10C 5A 1E
Octal 111 10 223 62 137 0 52 414 132 36
Binary 1001001 1000 10010011 110010 1011111 0 101010 100001100 1011010 11110

Color Harmonies of #490893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490893

Black with #490893

Text Example


Text Example

White with #490893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490893; }

 p { color: rgb(73,8,147); }

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

background-color css

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

 a { background-color: rgb(73,8,147); }

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

border-color css

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

 span { border-color: rgb(73,8,147); }

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