Html Css Color HEX #49007D Indigo

📋 copy color: '#49007D'

red 73 ◦ green 0 ◦ blue 125

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

Shades of Indigo #49007D

Tints of Indigo #49007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 63.13%

R = 36.87%
G = 0%
B = 63.13%

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

#49007D (or 0x49007D) is known color: Indigo. HEX triplet: 49, 00 and 7D. RGB value is (73,0,125). Sum of RGB (Red+Green+Blue) = 73+0+125=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 125 (49.22% from 255 or 63.13% from 198); Max value from RGB is 125 - color contains mainly: blue. Hex color #49007D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49007D is #B6FF82. Grayscale: #232323. Windows color (decimal): -11992963 or 8192073. OLE color: 8192073.

HSL color Cylindrical-coordinate representation of color #49007D: hue angle of 275.04º 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 #49007D is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 0 125 -
CMYK 0.42 1 0 0.51
HSL 275.04º 1% 0.25% -
HSV(B) 275.04º 1% 0.49% -
XYZ 6.45 2.9 19.62 -
YUV 36.08 178.18 154.34 -
System Red Green Blue C M Y K H S L
Decimal 73 0 125 0.42 1 0 0.51 275.04 1 0.25
Hex 49 0 7D 2A 64 0 33 113 64 19
Octal 111 0 175 52 144 0 63 423 144 31
Binary 1001001 0 1111101 101010 1100100 0 110011 100010011 1100100 11001

Color Harmonies of #49007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49007D

Black with #49007D

Text Example


Text Example

White with #49007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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