Html Css Color HEX #490F6F Indigo

📋 copy color: '#490F6F'

red 73 ◦ green 15 ◦ blue 111

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

Shades of Indigo #490F6F

Tints of Indigo #490F6F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.54%

 BLUE value IS 111 (43.75% from 255) = 55.78%

R = 36.68%
G = 7.54%
B = 55.78%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#490F6F (or 0x490F6F) is known color: Indigo. HEX triplet: 49, 0F and 6F. RGB value is (73,15,111). Sum of RGB (Red+Green+Blue) = 73+15+111=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #490F6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490F6F is #B6F090. Grayscale: #2A2A2A. Windows color (decimal): -11989137 or 7278409. OLE color: 7278409.

HSL color Cylindrical-coordinate representation of color #490F6F: hue angle of 276.25º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #490F6F is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 15 111 -
CMYK 0.34 0.86 0 0.56
HSL 276.25º 0.76% 0.25% -
HSV(B) 276.25º 0.86% 0.44% -
XYZ 5.79 2.91 15.29 -
YUV 43.29 166.22 149.19 -
System Red Green Blue C M Y K H S L
Decimal 73 15 111 0.34 0.86 0 0.56 276.25 0.76 0.25
Hex 49 F 6F 22 56 0 38 114 4C 19
Octal 111 17 157 42 126 0 70 424 114 31
Binary 1001001 1111 1101111 100010 1010110 0 111000 100010100 1001100 11001

Color Harmonies of #490F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490F6F

Black with #490F6F

Text Example


Text Example

White with #490F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490F6F; }

 p { color: rgb(73,15,111); }

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

background-color css

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

 a { background-color: rgb(73,15,111); }

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

border-color css

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

 span { border-color: rgb(73,15,111); }

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