Html Css Color HEX #49006F Indigo

📋 copy color: '#49006F'

red 73 ◦ green 0 ◦ blue 111

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

Shades of Indigo #49006F

Tints of Indigo #49006F

RGB

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

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

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

R = 39.67%
G = 0%
B = 60.33%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#49006F (or 0x49006F) is known color: Indigo. HEX triplet: 49, 00 and 6F. RGB value is (73,0,111). Sum of RGB (Red+Green+Blue) = 73+0+111=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 111 (43.75% from 255 or 60.33% from 184); Max value from RGB is 111 - color contains mainly: blue. Hex color #49006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49006F is #B6FF90. Grayscale: #222222. Windows color (decimal): -11992977 or 7274569. OLE color: 7274569.

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

Color convert

RGB 73 0 111 -
CMYK 0.34 1 0 0.56
HSL 279.46º 1% 0.22% -
HSV(B) 279.46º 1% 0.44% -
XYZ 5.62 2.56 15.24 -
YUV 34.48 171.18 155.47 -
System Red Green Blue C M Y K H S L
Decimal 73 0 111 0.34 1 0 0.56 279.46 1 0.22
Hex 49 0 6F 22 64 0 38 117 64 16
Octal 111 0 157 42 144 0 70 427 144 26
Binary 1001001 0 1101111 100010 1100100 0 111000 100010111 1100100 10110

Color Harmonies of #49006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49006F

Black with #49006F

Text Example


Text Example

White with #49006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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