Html Css Color HEX #49007E Indigo

📋 copy color: '#49007E'

red 73 ◦ green 0 ◦ blue 126

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

Shades of Indigo #49007E

Tints of Indigo #49007E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 63.32%

R = 36.68%
G = 0%
B = 63.32%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49007E (or 0x49007E) is known color: Indigo. HEX triplet: 49, 00 and 7E. RGB value is (73,0,126). Sum of RGB (Red+Green+Blue) = 73+0+126=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 126 (49.61% from 255 or 63.32% from 199); Max value from RGB is 126 - color contains mainly: blue. Hex color #49007E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49007E is #B6FF81. Grayscale: #232323. Windows color (decimal): -11992962 or 8257609. OLE color: 8257609.

HSL color Cylindrical-coordinate representation of color #49007E: hue angle of 274.76º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49007E is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 0 126 -
CMYK 0.42 1 0 0.51
HSL 274.76º 1% 0.25% -
HSV(B) 274.76º 1% 0.49% -
XYZ 6.51 2.92 19.96 -
YUV 36.19 178.68 154.25 -
System Red Green Blue C M Y K H S L
Decimal 73 0 126 0.42 1 0 0.51 274.76 1 0.25
Hex 49 0 7E 2A 64 0 33 113 64 19
Octal 111 0 176 52 144 0 63 423 144 31
Binary 1001001 0 1111110 101010 1100100 0 110011 100010011 1100100 11001

Color Harmonies of #49007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49007E

Black with #49007E

Text Example


Text Example

White with #49007E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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