Html Css Color HEX #491281 Indigo

📋 copy color: '#491281'

red 73 ◦ green 18 ◦ blue 129

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

Shades of Indigo #491281

Tints of Indigo #491281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 58.64%

R = 33.18%
G = 8.18%
B = 58.64%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#491281 (or 0x491281) is known color: Indigo. HEX triplet: 49, 12 and 81. RGB value is (73,18,129). Sum of RGB (Red+Green+Blue) = 73+18+129=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 129 (50.78% from 255 or 58.64% from 220); Max value from RGB is 129 - color contains mainly: blue. Hex color #491281 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491281 is #B6ED7E. Grayscale: #2E2E2E. Windows color (decimal): -11988351 or 8458825. OLE color: 8458825.

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

Color convert

RGB 73 18 129 -
CMYK 0.43 0.86 0 0.49
HSL 269.73º 0.76% 0.29% -
HSV(B) 269.73º 0.86% 0.51% -
XYZ 6.93 3.43 21.07 -
YUV 47.1 174.22 146.47 -
System Red Green Blue C M Y K H S L
Decimal 73 18 129 0.43 0.86 0 0.49 269.73 0.76 0.29
Hex 49 12 81 2B 56 0 31 10E 4C 1D
Octal 111 22 201 53 126 0 61 416 114 35
Binary 1001001 10010 10000001 101011 1010110 0 110001 100001110 1001100 11101

Color Harmonies of #491281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491281

Black with #491281

Text Example


Text Example

White with #491281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491281; }

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

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

background-color css

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

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

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

border-color css

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

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

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