Html Css Color HEX #49098C Indigo

📋 copy color: '#49098C'

red 73 ◦ green 9 ◦ blue 140

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

Shades of Indigo #49098C

Tints of Indigo #49098C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.05%

 BLUE value IS 140 (55.08% from 255) = 63.06%

R = 32.88%
G = 4.05%
B = 63.06%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49098C (or 0x49098C) is known color: Indigo. HEX triplet: 49, 09 and 8C. RGB value is (73,9,140). Sum of RGB (Red+Green+Blue) = 73+9+140=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 140 (55.08% from 255 or 63.06% from 222); Max value from RGB is 140 - color contains mainly: blue. Hex color #49098C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49098C is #B6F673. Grayscale: #2A2A2A. Windows color (decimal): -11990644 or 9177417. OLE color: 9177417.

HSL color Cylindrical-coordinate representation of color #49098C: hue angle of 269.31º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #49098C is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 9 140 -
CMYK 0.48 0.94 0 0.45
HSL 269.31º 0.88% 0.29% -
HSV(B) 269.31º 0.94% 0.55% -
XYZ 7.58 3.51 25.09 -
YUV 43.07 182.7 149.35 -
System Red Green Blue C M Y K H S L
Decimal 73 9 140 0.48 0.94 0 0.45 269.31 0.88 0.29
Hex 49 9 8C 30 5E 0 2D 10D 58 1D
Octal 111 11 214 60 136 0 55 415 130 35
Binary 1001001 1001 10001100 110000 1011110 0 101101 100001101 1011000 11101

Color Harmonies of #49098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49098C

Black with #49098C

Text Example


Text Example

White with #49098C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,9,140); }

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

background-color css

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

 a { background-color: rgb(73,9,140); }

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

border-color css

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

 span { border-color: rgb(73,9,140); }

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