Html Css Color HEX #491284 Indigo

📋 copy color: '#491284'

red 73 ◦ green 18 ◦ blue 132

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

Shades of Indigo #491284

Tints of Indigo #491284

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.07%

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

R = 32.74%
G = 8.07%
B = 59.19%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#491284 (or 0x491284) is known color: Indigo. HEX triplet: 49, 12 and 84. RGB value is (73,18,132). Sum of RGB (Red+Green+Blue) = 73+18+132=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #491284 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491284 is #B6ED7B. Grayscale: #2F2F2F. Windows color (decimal): -11988348 or 8655433. OLE color: 8655433.

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

Color convert

RGB 73 18 132 -
CMYK 0.45 0.86 0 0.48
HSL 268.95º 0.76% 0.29% -
HSV(B) 268.95º 0.86% 0.52% -
XYZ 7.13 3.52 22.13 -
YUV 47.44 175.72 146.23 -
System Red Green Blue C M Y K H S L
Decimal 73 18 132 0.45 0.86 0 0.48 268.95 0.76 0.29
Hex 49 12 84 2D 56 0 30 10D 4C 1D
Octal 111 22 204 55 126 0 60 415 114 35
Binary 1001001 10010 10000100 101101 1010110 0 110000 100001101 1001100 11101

Color Harmonies of #491284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491284

Black with #491284

Text Example


Text Example

White with #491284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491284; }

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

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

background-color css

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

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

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

border-color css

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

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

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