Html Css Color HEX #491474 Indigo

📋 copy color: '#491474'

red 73 ◦ green 20 ◦ blue 116

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

Shades of Indigo #491474

Tints of Indigo #491474

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.57%

 BLUE value IS 116 (45.7% from 255) = 55.5%

R = 34.93%
G = 9.57%
B = 55.5%

CMYK

 C value IS 0.37

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#491474 (or 0x491474) is known color: Indigo. HEX triplet: 49, 14 and 74. RGB value is (73,20,116). Sum of RGB (Red+Green+Blue) = 73+20+116=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #491474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491474 is #B6EB8B. Grayscale: #2E2E2E. Windows color (decimal): -11987852 or 7607369. OLE color: 7607369.

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

Color convert

RGB 73 20 116 -
CMYK 0.37 0.83 0 0.55
HSL 273.13º 0.71% 0.27% -
HSV(B) 273.13º 0.83% 0.45% -
XYZ 6.15 3.18 16.81 -
YUV 46.79 167.06 146.69 -
System Red Green Blue C M Y K H S L
Decimal 73 20 116 0.37 0.83 0 0.55 273.13 0.71 0.27
Hex 49 14 74 25 53 0 37 111 47 1B
Octal 111 24 164 45 123 0 67 421 107 33
Binary 1001001 10100 1110100 100101 1010011 0 110111 100010001 1000111 11011

Color Harmonies of #491474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491474

Black with #491474

Text Example


Text Example

White with #491474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491474; }

 p { color: rgb(73,20,116); }

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

background-color css

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

 a { background-color: rgb(73,20,116); }

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

border-color css

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

 span { border-color: rgb(73,20,116); }

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