Html Css Color HEX #491185 Indigo

📋 copy color: '#491185'

red 73 ◦ green 17 ◦ blue 133

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

Shades of Indigo #491185

Tints of Indigo #491185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.62%

 BLUE value IS 133 (52.34% from 255) = 59.64%

R = 32.74%
G = 7.62%
B = 59.64%

CMYK

 C value IS 0.45

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#491185 (or 0x491185) is known color: Indigo. HEX triplet: 49, 11 and 85. RGB value is (73,17,133). Sum of RGB (Red+Green+Blue) = 73+17+133=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #491185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491185 is #B6EE7A. Grayscale: #2E2E2E. Windows color (decimal): -11988603 or 8720713. OLE color: 8720713.

HSL color Cylindrical-coordinate representation of color #491185: hue angle of 268.97º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491185 is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 17 133 -
CMYK 0.45 0.87 0 0.48
HSL 268.97º 0.77% 0.29% -
HSV(B) 268.97º 0.87% 0.52% -
XYZ 7.18 3.51 22.49 -
YUV 46.97 176.55 146.57 -
System Red Green Blue C M Y K H S L
Decimal 73 17 133 0.45 0.87 0 0.48 268.97 0.77 0.29
Hex 49 11 85 2D 57 0 30 10D 4D 1D
Octal 111 21 205 55 127 0 60 415 115 35
Binary 1001001 10001 10000101 101101 1010111 0 110000 100001101 1001101 11101

Color Harmonies of #491185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491185

Black with #491185

Text Example


Text Example

White with #491185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491185; }

 p { color: rgb(73,17,133); }

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

background-color css

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

 a { background-color: rgb(73,17,133); }

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

border-color css

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

 span { border-color: rgb(73,17,133); }

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