Html Css Color HEX #491484 Indigo

📋 copy color: '#491484'

red 73 ◦ green 20 ◦ blue 132

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

Shades of Indigo #491484

Tints of Indigo #491484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 58.67%

R = 32.44%
G = 8.89%
B = 58.67%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#491484 (or 0x491484) is known color: Indigo. HEX triplet: 49, 14 and 84. RGB value is (73,20,132). Sum of RGB (Red+Green+Blue) = 73+20+132=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #491484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491484 is #B6EB7B. Grayscale: #303030. Windows color (decimal): -11987836 or 8655945. OLE color: 8655945.

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

Color convert

RGB 73 20 132 -
CMYK 0.45 0.85 0 0.48
HSL 268.39º 0.74% 0.3% -
HSV(B) 268.39º 0.85% 0.52% -
XYZ 7.16 3.58 22.14 -
YUV 48.62 175.06 145.39 -
System Red Green Blue C M Y K H S L
Decimal 73 20 132 0.45 0.85 0 0.48 268.39 0.74 0.3
Hex 49 14 84 2D 55 0 30 10C 4A 1E
Octal 111 24 204 55 125 0 60 414 112 36
Binary 1001001 10100 10000100 101101 1010101 0 110000 100001100 1001010 11110

Color Harmonies of #491484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491484

Black with #491484

Text Example


Text Example

White with #491484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491484; }

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

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

background-color css

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

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

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

border-color css

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

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

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