Html Css Color HEX #491283 Indigo

📋 copy color: '#491283'

red 73 ◦ green 18 ◦ blue 131

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

Shades of Indigo #491283

Tints of Indigo #491283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 59.01%

R = 32.88%
G = 8.11%
B = 59.01%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#491283 (or 0x491283) is known color: Indigo. HEX triplet: 49, 12 and 83. RGB value is (73,18,131). Sum of RGB (Red+Green+Blue) = 73+18+131=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 131 (51.56% from 255 or 59.01% from 222); Max value from RGB is 131 - color contains mainly: blue. Hex color #491283 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491283 is #B6ED7C. Grayscale: #2E2E2E. Windows color (decimal): -11988349 or 8589897. OLE color: 8589897.

HSL color Cylindrical-coordinate representation of color #491283: hue angle of 269.2º 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 #491283 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 18 131 -
CMYK 0.44 0.86 0 0.49
HSL 269.2º 0.76% 0.29% -
HSV(B) 269.2º 0.86% 0.51% -
XYZ 7.06 3.49 21.77 -
YUV 47.33 175.22 146.31 -
System Red Green Blue C M Y K H S L
Decimal 73 18 131 0.44 0.86 0 0.49 269.2 0.76 0.29
Hex 49 12 83 2C 56 0 31 10D 4C 1D
Octal 111 22 203 54 126 0 61 415 114 35
Binary 1001001 10010 10000011 101100 1010110 0 110001 100001101 1001100 11101

Color Harmonies of #491283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491283

Black with #491283

Text Example


Text Example

White with #491283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491283; }

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

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

background-color css

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

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

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

border-color css

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

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

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