Html Css Color HEX #491098 Indigo

📋 copy color: '#491098'

red 73 ◦ green 16 ◦ blue 152

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

Shades of Indigo #491098

Tints of Indigo #491098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.64%

 BLUE value IS 152 (59.77% from 255) = 63.07%

R = 30.29%
G = 6.64%
B = 63.07%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#491098 (or 0x491098) is known color: Indigo. HEX triplet: 49, 10 and 98. RGB value is (73,16,152). Sum of RGB (Red+Green+Blue) = 73+16+152=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #491098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491098 is #B6EF67. Grayscale: #303030. Windows color (decimal): -11988840 or 9965641. OLE color: 9965641.

HSL color Cylindrical-coordinate representation of color #491098: hue angle of 265.15º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #491098 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 16 152 -
CMYK 0.52 0.89 0 0.40
HSL 265.15º 0.81% 0.33% -
HSV(B) 265.15º 0.89% 0.6% -
XYZ 8.6 4.05 30.03 -
YUV 48.55 186.38 145.44 -
System Red Green Blue C M Y K H S L
Decimal 73 16 152 0.52 0.89 0 0.40 265.15 0.81 0.33
Hex 49 10 98 34 59 0 28 109 51 21
Octal 111 20 230 64 131 0 50 411 121 41
Binary 1001001 10000 10011000 110100 1011001 0 101000 100001001 1010001 100001

Color Harmonies of #491098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491098

Black with #491098

Text Example


Text Example

White with #491098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491098; }

 p { color: rgb(73,16,152); }

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

background-color css

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

 a { background-color: rgb(73,16,152); }

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

border-color css

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

 span { border-color: rgb(73,16,152); }

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