Html Css Color HEX #491375 Indigo

📋 copy color: '#491375'

red 73 ◦ green 19 ◦ blue 117

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

Shades of Indigo #491375

Tints of Indigo #491375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.09%

 BLUE value IS 117 (46.09% from 255) = 55.98%

R = 34.93%
G = 9.09%
B = 55.98%

CMYK

 C value IS 0.38

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#491375 (or 0x491375) is known color: Indigo. HEX triplet: 49, 13 and 75. RGB value is (73,19,117). Sum of RGB (Red+Green+Blue) = 73+19+117=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #491375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491375 is #B6EC8A. Grayscale: #2D2D2D. Windows color (decimal): -11988107 or 7672649. OLE color: 7672649.

HSL color Cylindrical-coordinate representation of color #491375: hue angle of 273.06º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491375 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 19 117 -
CMYK 0.38 0.84 0 0.54
HSL 273.06º 0.72% 0.27% -
HSV(B) 273.06º 0.84% 0.46% -
XYZ 6.19 3.17 17.11 -
YUV 46.32 167.89 147.03 -
System Red Green Blue C M Y K H S L
Decimal 73 19 117 0.38 0.84 0 0.54 273.06 0.72 0.27
Hex 49 13 75 26 54 0 36 111 48 1B
Octal 111 23 165 46 124 0 66 421 110 33
Binary 1001001 10011 1110101 100110 1010100 0 110110 100010001 1001000 11011

Color Harmonies of #491375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491375

Black with #491375

Text Example


Text Example

White with #491375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491375; }

 p { color: rgb(73,19,117); }

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

background-color css

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

 a { background-color: rgb(73,19,117); }

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

border-color css

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

 span { border-color: rgb(73,19,117); }

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