Html Css Color HEX #491785 Indigo

📋 copy color: '#491785'

red 73 ◦ green 23 ◦ blue 133

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

Shades of Indigo #491785

Tints of Indigo #491785

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.04%

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

R = 31.88%
G = 10.04%
B = 58.08%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#491785 (or 0x491785) is known color: Indigo. HEX triplet: 49, 17 and 85. RGB value is (73,23,133). Sum of RGB (Red+Green+Blue) = 73+23+133=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #491785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491785 is #B6E87A. Grayscale: #323232. Windows color (decimal): -11987067 or 8722249. OLE color: 8722249.

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

Color convert

RGB 73 23 133 -
CMYK 0.45 0.83 0 0.48
HSL 267.27º 0.71% 0.31% -
HSV(B) 267.27º 0.83% 0.52% -
XYZ 7.29 3.72 22.52 -
YUV 50.49 174.57 144.06 -
System Red Green Blue C M Y K H S L
Decimal 73 23 133 0.45 0.83 0 0.48 267.27 0.71 0.31
Hex 49 17 85 2D 53 0 30 10B 47 1F
Octal 111 27 205 55 123 0 60 413 107 37
Binary 1001001 10111 10000101 101101 1010011 0 110000 100001011 1000111 11111

Color Harmonies of #491785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491785

Black with #491785

Text Example


Text Example

White with #491785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491785; }

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

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

background-color css

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

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

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

border-color css

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

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

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