Html Css Color HEX #491594 Indigo

📋 copy color: '#491594'

red 73 ◦ green 21 ◦ blue 148

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

Shades of Indigo #491594

Tints of Indigo #491594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 61.16%

R = 30.17%
G = 8.68%
B = 61.16%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#491594 (or 0x491594) is known color: Indigo. HEX triplet: 49, 15 and 94. RGB value is (73,21,148). Sum of RGB (Red+Green+Blue) = 73+21+148=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 148 (58.20% from 255 or 61.16% from 242); Max value from RGB is 148 - color contains mainly: blue. Hex color #491594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491594 is #B6EA6B. Grayscale: #323232. Windows color (decimal): -11987564 or 9704777. OLE color: 9704777.

HSL color Cylindrical-coordinate representation of color #491594: hue angle of 264.57º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491594 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 21 148 -
CMYK 0.51 0.86 0 0.42
HSL 264.57º 0.75% 0.33% -
HSV(B) 264.57º 0.86% 0.58% -
XYZ 8.36 4.09 28.37 -
YUV 51.03 182.73 143.67 -
System Red Green Blue C M Y K H S L
Decimal 73 21 148 0.51 0.86 0 0.42 264.57 0.75 0.33
Hex 49 15 94 33 56 0 2A 109 4B 21
Octal 111 25 224 63 126 0 52 411 113 41
Binary 1001001 10101 10010100 110011 1010110 0 101010 100001001 1001011 100001

Color Harmonies of #491594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491594

Black with #491594

Text Example


Text Example

White with #491594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491594; }

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

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

background-color css

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

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

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

border-color css

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

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

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