Html Css Color HEX #490C72 Indigo

📋 copy color: '#490C72'

red 73 ◦ green 12 ◦ blue 114

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

Shades of Indigo #490C72

Tints of Indigo #490C72

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.03%

 BLUE value IS 114 (44.92% from 255) = 57.29%

R = 36.68%
G = 6.03%
B = 57.29%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#490C72 (or 0x490C72) is known color: Indigo. HEX triplet: 49, 0C and 72. RGB value is (73,12,114). Sum of RGB (Red+Green+Blue) = 73+12+114=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #490C72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490C72 is #B6F38D. Grayscale: #292929. Windows color (decimal): -11989902 or 7474249. OLE color: 7474249.

HSL color Cylindrical-coordinate representation of color #490C72: hue angle of 275.88º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490C72 is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 12 114 -
CMYK 0.36 0.89 0 0.55
HSL 275.88º 0.81% 0.25% -
HSV(B) 275.88º 0.89% 0.45% -
XYZ 5.92 2.89 16.17 -
YUV 41.87 168.71 150.21 -
System Red Green Blue C M Y K H S L
Decimal 73 12 114 0.36 0.89 0 0.55 275.88 0.81 0.25
Hex 49 C 72 24 59 0 37 114 51 19
Octal 111 14 162 44 131 0 67 424 121 31
Binary 1001001 1100 1110010 100100 1011001 0 110111 100010100 1010001 11001

Color Harmonies of #490C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490C72

Black with #490C72

Text Example


Text Example

White with #490C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,12,114); }

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

background-color css

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

 a { background-color: rgb(73,12,114); }

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

border-color css

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

 span { border-color: rgb(73,12,114); }

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