Html Css Color HEX #491270 Indigo

📋 copy color: '#491270'

red 73 ◦ green 18 ◦ blue 112

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

Shades of Indigo #491270

Tints of Indigo #491270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 55.17%

R = 35.96%
G = 8.87%
B = 55.17%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#491270 (or 0x491270) is known color: Indigo. HEX triplet: 49, 12 and 70. RGB value is (73,18,112). Sum of RGB (Red+Green+Blue) = 73+18+112=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #491270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491270 is #B6ED8F. Grayscale: #2C2C2C. Windows color (decimal): -11988368 or 7344713. OLE color: 7344713.

HSL color Cylindrical-coordinate representation of color #491270: hue angle of 275.11º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491270 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 18 112 -
CMYK 0.35 0.84 0 0.56
HSL 275.11º 0.72% 0.25% -
HSV(B) 275.11º 0.84% 0.44% -
XYZ 5.89 3.02 15.6 -
YUV 45.16 165.72 147.86 -
System Red Green Blue C M Y K H S L
Decimal 73 18 112 0.35 0.84 0 0.56 275.11 0.72 0.25
Hex 49 12 70 23 54 0 38 113 48 19
Octal 111 22 160 43 124 0 70 423 110 31
Binary 1001001 10010 1110000 100011 1010100 0 111000 100010011 1001000 11001

Color Harmonies of #491270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491270

Black with #491270

Text Example


Text Example

White with #491270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491270; }

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

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

background-color css

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

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

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

border-color css

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

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

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