Html Css Color HEX #49067D Indigo

📋 copy color: '#49067D'

red 73 ◦ green 6 ◦ blue 125

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

Shades of Indigo #49067D

Tints of Indigo #49067D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.94%

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

R = 35.78%
G = 2.94%
B = 61.27%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49067D (or 0x49067D) is known color: Indigo. HEX triplet: 49, 06 and 7D. RGB value is (73,6,125). Sum of RGB (Red+Green+Blue) = 73+6+125=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 125 (49.22% from 255 or 61.27% from 204); Max value from RGB is 125 - color contains mainly: blue. Hex color #49067D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49067D is #B6F982. Grayscale: #272727. Windows color (decimal): -11991427 or 8193609. OLE color: 8193609.

HSL color Cylindrical-coordinate representation of color #49067D: hue angle of 273.78º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49067D is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 6 125 -
CMYK 0.42 0.95 0 0.51
HSL 273.78º 0.91% 0.26% -
HSV(B) 273.78º 0.95% 0.49% -
XYZ 6.51 3.03 19.64 -
YUV 39.6 176.2 151.82 -
System Red Green Blue C M Y K H S L
Decimal 73 6 125 0.42 0.95 0 0.51 273.78 0.91 0.26
Hex 49 6 7D 2A 5F 0 33 112 5B 1A
Octal 111 6 175 52 137 0 63 422 133 32
Binary 1001001 110 1111101 101010 1011111 0 110011 100010010 1011011 11010

Color Harmonies of #49067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49067D

Black with #49067D

Text Example


Text Example

White with #49067D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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