Html Css Color HEX #491693 Indigo

📋 copy color: '#491693'

red 73 ◦ green 22 ◦ blue 147

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

Shades of Indigo #491693

Tints of Indigo #491693

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.09%

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

R = 30.17%
G = 9.09%
B = 60.74%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#491693 (or 0x491693) is known color: Indigo. HEX triplet: 49, 16 and 93. RGB value is (73,22,147). Sum of RGB (Red+Green+Blue) = 73+22+147=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #491693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491693 is #B6E96C. Grayscale: #333333. Windows color (decimal): -11987309 or 9639497. OLE color: 9639497.

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

Color convert

RGB 73 22 147 -
CMYK 0.50 0.85 0 0.42
HSL 264.48º 0.74% 0.33% -
HSV(B) 264.48º 0.85% 0.58% -
XYZ 8.3 4.1 27.96 -
YUV 51.5 181.9 143.34 -
System Red Green Blue C M Y K H S L
Decimal 73 22 147 0.50 0.85 0 0.42 264.48 0.74 0.33
Hex 49 16 93 32 55 0 2A 108 4A 21
Octal 111 26 223 62 125 0 52 410 112 41
Binary 1001001 10110 10010011 110010 1010101 0 101010 100001000 1001010 100001

Color Harmonies of #491693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491693

Black with #491693

Text Example


Text Example

White with #491693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491693; }

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

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

background-color css

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

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

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

border-color css

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

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

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