Html Css Color HEX #49015F Indigo

📋 copy color: '#49015F'

red 73 ◦ green 1 ◦ blue 95

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

Shades of Indigo #49015F

Tints of Indigo #49015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 56.21%

R = 43.2%
G = 0.59%
B = 56.21%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49015F (or 0x49015F) is known color: Indigo. HEX triplet: 49, 01 and 5F. RGB value is (73,1,95). Sum of RGB (Red+Green+Blue) = 73+1+95=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 95 (37.5% from 255 or 56.21% from 169); Max value from RGB is 95 - color contains mainly: blue. Hex color #49015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49015F is #B6FEA0. Grayscale: #202020. Windows color (decimal): -11992737 or 6226249. OLE color: 6226249.

HSL color Cylindrical-coordinate representation of color #49015F: hue angle of 285.96º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49015F is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 1 95 -
CMYK 0.23 0.99 0 0.63
HSL 285.96º 0.98% 0.19% -
HSV(B) 285.96º 0.99% 0.37% -
XYZ 4.82 2.26 11.01 -
YUV 33.24 162.85 156.36 -
System Red Green Blue C M Y K H S L
Decimal 73 1 95 0.23 0.99 0 0.63 285.96 0.98 0.19
Hex 49 1 5F 17 63 0 3F 11E 62 13
Octal 111 1 137 27 143 0 77 436 142 23
Binary 1001001 1 1011111 10111 1100011 0 111111 100011110 1100010 10011

Color Harmonies of #49015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49015F

Black with #49015F

Text Example


Text Example

White with #49015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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