Html Css Color HEX #49005F Indigo

📋 copy color: '#49005F'

red 73 ◦ green 0 ◦ blue 95

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

Shades of Indigo #49005F

Tints of Indigo #49005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.45%
G = 0%
B = 56.55%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49005F (or 0x49005F) is known color: Indigo. HEX triplet: 49, 00 and 5F. RGB value is (73,0,95). Sum of RGB (Red+Green+Blue) = 73+0+95=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 95 (37.5% from 255 or 56.55% from 168); Max value from RGB is 95 - color contains mainly: blue. Hex color #49005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49005F is #B6FFA0. Grayscale: #202020. Windows color (decimal): -11992993 or 6225993. OLE color: 6225993.

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

Color convert

RGB 73 0 95 -
CMYK 0.23 1 0 0.63
HSL 286.11º 1% 0.19% -
HSV(B) 286.11º 1% 0.37% -
XYZ 4.81 2.24 11.01 -
YUV 32.66 163.18 156.78 -
System Red Green Blue C M Y K H S L
Decimal 73 0 95 0.23 1 0 0.63 286.11 1 0.19
Hex 49 0 5F 17 64 0 3F 11E 64 13
Octal 111 0 137 27 144 0 77 436 144 23
Binary 1001001 0 1011111 10111 1100100 0 111111 100011110 1100100 10011

Color Harmonies of #49005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49005F

Black with #49005F

Text Example


Text Example

White with #49005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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