Html Css Color HEX #49016F Indigo

📋 copy color: '#49016F'

red 73 ◦ green 1 ◦ blue 111

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

Shades of Indigo #49016F

Tints of Indigo #49016F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

 BLUE value IS 111 (43.75% from 255) = 60%

R = 39.46%
G = 0.54%
B = 60%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#49016F (or 0x49016F) is known color: Indigo. HEX triplet: 49, 01 and 6F. RGB value is (73,1,111). Sum of RGB (Red+Green+Blue) = 73+1+111=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 111 (43.75% from 255 or 60% from 185); Max value from RGB is 111 - color contains mainly: blue. Hex color #49016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49016F is #B6FE90. Grayscale: #222222. Windows color (decimal): -11992721 or 7274825. OLE color: 7274825.

HSL color Cylindrical-coordinate representation of color #49016F: hue angle of 279.27º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49016F is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 1 111 -
CMYK 0.34 0.99 0 0.56
HSL 279.27º 0.98% 0.22% -
HSV(B) 279.27º 0.99% 0.44% -
XYZ 5.63 2.59 15.24 -
YUV 35.07 170.85 155.06 -
System Red Green Blue C M Y K H S L
Decimal 73 1 111 0.34 0.99 0 0.56 279.27 0.98 0.22
Hex 49 1 6F 22 63 0 38 117 62 16
Octal 111 1 157 42 143 0 70 427 142 26
Binary 1001001 1 1101111 100010 1100011 0 111000 100010111 1100010 10110

Color Harmonies of #49016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49016F

Black with #49016F

Text Example


Text Example

White with #49016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49016F; }

 p { color: rgb(73,1,111); }

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

background-color css

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

 a { background-color: rgb(73,1,111); }

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

border-color css

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

 span { border-color: rgb(73,1,111); }

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