Html Css Color HEX #49146E Indigo

📋 copy color: '#49146E'

red 73 ◦ green 20 ◦ blue 110

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

Shades of Indigo #49146E

Tints of Indigo #49146E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.85%

 BLUE value IS 110 (43.36% from 255) = 54.19%

R = 35.96%
G = 9.85%
B = 54.19%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49146E (or 0x49146E) is known color: Indigo. HEX triplet: 49, 14 and 6E. RGB value is (73,20,110). Sum of RGB (Red+Green+Blue) = 73+20+110=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #49146E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49146E is #B6EB91. Grayscale: #2D2D2D. Windows color (decimal): -11987858 or 7214153. OLE color: 7214153.

HSL color Cylindrical-coordinate representation of color #49146E: hue angle of 275.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49146E is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 20 110 -
CMYK 0.34 0.82 0 0.57
HSL 275.33º 0.69% 0.25% -
HSV(B) 275.33º 0.82% 0.43% -
XYZ 5.81 3.04 15.03 -
YUV 46.11 164.06 147.18 -
System Red Green Blue C M Y K H S L
Decimal 73 20 110 0.34 0.82 0 0.57 275.33 0.69 0.25
Hex 49 14 6E 22 52 0 39 113 45 19
Octal 111 24 156 42 122 0 71 423 105 31
Binary 1001001 10100 1101110 100010 1010010 0 111001 100010011 1000101 11001

Color Harmonies of #49146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49146E

Black with #49146E

Text Example


Text Example

White with #49146E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49146E; }

 p { color: rgb(73,20,110); }

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

background-color css

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

 a { background-color: rgb(73,20,110); }

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

border-color css

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

 span { border-color: rgb(73,20,110); }

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