Html Css Color HEX #491273 Indigo

📋 copy color: '#491273'

red 73 ◦ green 18 ◦ blue 115

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

Shades of Indigo #491273

Tints of Indigo #491273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.74%

 BLUE value IS 115 (45.31% from 255) = 55.83%

R = 35.44%
G = 8.74%
B = 55.83%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#491273 (or 0x491273) is known color: Indigo. HEX triplet: 49, 12 and 73. RGB value is (73,18,115). Sum of RGB (Red+Green+Blue) = 73+18+115=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #491273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491273 is #B6ED8C. Grayscale: #2D2D2D. Windows color (decimal): -11988365 or 7541321. OLE color: 7541321.

HSL color Cylindrical-coordinate representation of color #491273: hue angle of 274.02º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491273 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 18 115 -
CMYK 0.37 0.84 0 0.55
HSL 274.02º 0.73% 0.26% -
HSV(B) 274.02º 0.84% 0.45% -
XYZ 6.06 3.09 16.5 -
YUV 45.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 73 18 115 0.37 0.84 0 0.55 274.02 0.73 0.26
Hex 49 12 73 25 54 0 37 112 49 1A
Octal 111 22 163 45 124 0 67 422 111 32
Binary 1001001 10010 1110011 100101 1010100 0 110111 100010010 1001001 11010

Color Harmonies of #491273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491273

Black with #491273

Text Example


Text Example

White with #491273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491273; }

 p { color: rgb(73,18,115); }

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

background-color css

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

 a { background-color: rgb(73,18,115); }

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

border-color css

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

 span { border-color: rgb(73,18,115); }

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