Html Css Color HEX #491595 Indigo

📋 copy color: '#491595'

red 73 ◦ green 21 ◦ blue 149

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

Shades of Indigo #491595

Tints of Indigo #491595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 61.32%

R = 30.04%
G = 8.64%
B = 61.32%

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

#491595 (or 0x491595) is known color: Indigo. HEX triplet: 49, 15 and 95. RGB value is (73,21,149). Sum of RGB (Red+Green+Blue) = 73+21+149=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #491595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491595 is #B6EA6A. Grayscale: #323232. Windows color (decimal): -11987563 or 9770313. OLE color: 9770313.

HSL color Cylindrical-coordinate representation of color #491595: hue angle of 264.38º 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 #491595 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 21 149 -
CMYK 0.51 0.86 0 0.42
HSL 264.38º 0.75% 0.33% -
HSV(B) 264.38º 0.86% 0.58% -
XYZ 8.44 4.12 28.78 -
YUV 51.14 183.23 143.59 -
System Red Green Blue C M Y K H S L
Decimal 73 21 149 0.51 0.86 0 0.42 264.38 0.75 0.33
Hex 49 15 95 33 56 0 2A 108 4B 21
Octal 111 25 225 63 126 0 52 410 113 41
Binary 1001001 10101 10010101 110011 1010110 0 101010 100001000 1001011 100001

Color Harmonies of #491595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491595

Black with #491595

Text Example


Text Example

White with #491595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491595; }

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

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

background-color css

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

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

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

border-color css

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

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

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