Html Css Color HEX #49087C Indigo

📋 copy color: '#49087C'

red 73 ◦ green 8 ◦ blue 124

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

Shades of Indigo #49087C

Tints of Indigo #49087C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.9%

 BLUE value IS 124 (48.83% from 255) = 60.49%

R = 35.61%
G = 3.9%
B = 60.49%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49087C (or 0x49087C) is known color: Indigo. HEX triplet: 49, 08 and 7C. RGB value is (73,8,124). Sum of RGB (Red+Green+Blue) = 73+8+124=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #49087C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49087C is #B6F783. Grayscale: #282828. Windows color (decimal): -11990916 or 8128585. OLE color: 8128585.

HSL color Cylindrical-coordinate representation of color #49087C: hue angle of 273.62º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #49087C is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 8 124 -
CMYK 0.41 0.94 0 0.51
HSL 273.62º 0.88% 0.26% -
HSV(B) 273.62º 0.94% 0.49% -
XYZ 6.47 3.05 19.32 -
YUV 40.66 175.03 151.07 -
System Red Green Blue C M Y K H S L
Decimal 73 8 124 0.41 0.94 0 0.51 273.62 0.88 0.26
Hex 49 8 7C 29 5E 0 33 112 58 1A
Octal 111 10 174 51 136 0 63 422 130 32
Binary 1001001 1000 1111100 101001 1011110 0 110011 100010010 1011000 11010

Color Harmonies of #49087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49087C

Black with #49087C

Text Example


Text Example

White with #49087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49087C; }

 p { color: rgb(73,8,124); }

 H1.HeaderClassName
 {
   color: #49087C;
 }
 .AnyTagClassName
 {
   color: #49087C;
 }
</style>

background-color css

<style>
 a { background-color: #49087C; }

 a { background-color: rgb(73,8,124); }

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

border-color css

<style>
 span { border-color: #49087C; }

 span { border-color: rgb(73,8,124); }

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