Html Css Color HEX #49199C Indigo

📋 copy color: '#49199C'

red 73 ◦ green 25 ◦ blue 156

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

Shades of Indigo #49199C

Tints of Indigo #49199C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.84%

 BLUE value IS 156 (61.33% from 255) = 61.42%

R = 28.74%
G = 9.84%
B = 61.42%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49199C (or 0x49199C) is known color: Indigo. HEX triplet: 49, 19 and 9C. RGB value is (73,25,156). Sum of RGB (Red+Green+Blue) = 73+25+156=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #49199C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49199C is #B6E663. Grayscale: #353535. Windows color (decimal): -11986532 or 10230089. OLE color: 10230089.

HSL color Cylindrical-coordinate representation of color #49199C: hue angle of 261.98º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49199C is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 25 156 -
CMYK 0.53 0.84 0 0.39
HSL 261.98º 0.72% 0.35% -
HSV(B) 261.98º 0.84% 0.61% -
XYZ 9.1 4.51 31.84 -
YUV 54.29 185.4 141.35 -
System Red Green Blue C M Y K H S L
Decimal 73 25 156 0.53 0.84 0 0.39 261.98 0.72 0.35
Hex 49 19 9C 35 54 0 27 106 48 23
Octal 111 31 234 65 124 0 47 406 110 43
Binary 1001001 11001 10011100 110101 1010100 0 100111 100000110 1001000 100011

Color Harmonies of #49199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49199C

Black with #49199C

Text Example


Text Example

White with #49199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,25,156); }

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

background-color css

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

 a { background-color: rgb(73,25,156); }

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

border-color css

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

 span { border-color: rgb(73,25,156); }

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