Html Css Color HEX #491585 Indigo

📋 copy color: '#491585'

red 73 ◦ green 21 ◦ blue 133

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

Shades of Indigo #491585

Tints of Indigo #491585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.25%

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

R = 32.16%
G = 9.25%
B = 58.59%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#491585 (or 0x491585) is known color: Indigo. HEX triplet: 49, 15 and 85. RGB value is (73,21,133). Sum of RGB (Red+Green+Blue) = 73+21+133=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #491585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491585 is #B6EA7A. Grayscale: #303030. Windows color (decimal): -11987579 or 8721737. OLE color: 8721737.

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

Color convert

RGB 73 21 133 -
CMYK 0.45 0.84 0 0.48
HSL 267.86º 0.73% 0.3% -
HSV(B) 267.86º 0.84% 0.52% -
XYZ 7.25 3.65 22.51 -
YUV 49.32 175.23 144.89 -
System Red Green Blue C M Y K H S L
Decimal 73 21 133 0.45 0.84 0 0.48 267.86 0.73 0.3
Hex 49 15 85 2D 54 0 30 10C 49 1E
Octal 111 25 205 55 124 0 60 414 111 36
Binary 1001001 10101 10000101 101101 1010100 0 110000 100001100 1001001 11110

Color Harmonies of #491585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491585

Black with #491585

Text Example


Text Example

White with #491585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491585; }

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

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

background-color css

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

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

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

border-color css

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

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

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