Html Css Color HEX #491682 Indigo

📋 copy color: '#491682'

red 73 ◦ green 22 ◦ blue 130

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

Shades of Indigo #491682

Tints of Indigo #491682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.78%

 BLUE value IS 130 (51.17% from 255) = 57.78%

R = 32.44%
G = 9.78%
B = 57.78%

CMYK

 C value IS 0.44

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#491682 (or 0x491682) is known color: Indigo. HEX triplet: 49, 16 and 82. RGB value is (73,22,130). Sum of RGB (Red+Green+Blue) = 73+22+130=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #491682 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491682 is #B6E97D. Grayscale: #313131. Windows color (decimal): -11987326 or 8525385. OLE color: 8525385.

HSL color Cylindrical-coordinate representation of color #491682: hue angle of 268.33º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #491682 is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 22 130 -
CMYK 0.44 0.83 0 0.49
HSL 268.33º 0.71% 0.3% -
HSV(B) 268.33º 0.83% 0.51% -
XYZ 7.06 3.6 21.44 -
YUV 49.56 173.4 144.72 -
System Red Green Blue C M Y K H S L
Decimal 73 22 130 0.44 0.83 0 0.49 268.33 0.71 0.3
Hex 49 16 82 2C 53 0 31 10C 47 1E
Octal 111 26 202 54 123 0 61 414 107 36
Binary 1001001 10110 10000010 101100 1010011 0 110001 100001100 1000111 11110

Color Harmonies of #491682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491682

Black with #491682

Text Example


Text Example

White with #491682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491682; }

 p { color: rgb(73,22,130); }

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

background-color css

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

 a { background-color: rgb(73,22,130); }

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

border-color css

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

 span { border-color: rgb(73,22,130); }

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