Html Css Color HEX #491292 Indigo

📋 copy color: '#491292'

red 73 ◦ green 18 ◦ blue 146

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

Shades of Indigo #491292

Tints of Indigo #491292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 61.6%

R = 30.8%
G = 7.59%
B = 61.6%

CMYK

 C value IS 0.5

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#491292 (or 0x491292) is known color: Indigo. HEX triplet: 49, 12 and 92. RGB value is (73,18,146). Sum of RGB (Red+Green+Blue) = 73+18+146=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #491292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491292 is #B6ED6D. Grayscale: #303030. Windows color (decimal): -11988334 or 9572937. OLE color: 9572937.

HSL color Cylindrical-coordinate representation of color #491292: hue angle of 265.78º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491292 is Cyan = 0.5, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 18 146 -
CMYK 0.5 0.88 0 0.43
HSL 265.78º 0.78% 0.32% -
HSV(B) 265.78º 0.88% 0.57% -
XYZ 8.15 3.92 27.52 -
YUV 49.04 182.72 145.09 -
System Red Green Blue C M Y K H S L
Decimal 73 18 146 0.5 0.88 0 0.43 265.78 0.78 0.32
Hex 49 12 92 32 58 0 2B 10A 4E 20
Octal 111 22 222 62 130 0 53 412 116 40
Binary 1001001 10010 10010010 110010 1011000 0 101011 100001010 1001110 100000

Color Harmonies of #491292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491292

Black with #491292

Text Example


Text Example

White with #491292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491292; }

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

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

background-color css

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

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

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

border-color css

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

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

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