Html Css Color HEX #490C74 Indigo

📋 copy color: '#490C74'

red 73 ◦ green 12 ◦ blue 116

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

Shades of Indigo #490C74

Tints of Indigo #490C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 57.71%

R = 36.32%
G = 5.97%
B = 57.71%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#490C74 (or 0x490C74) is known color: Indigo. HEX triplet: 49, 0C and 74. RGB value is (73,12,116). Sum of RGB (Red+Green+Blue) = 73+12+116=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 116 (45.70% from 255 or 57.71% from 201); Max value from RGB is 116 - color contains mainly: blue. Hex color #490C74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490C74 is #B6F38B. Grayscale: #292929. Windows color (decimal): -11989900 or 7605321. OLE color: 7605321.

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

Color convert

RGB 73 12 116 -
CMYK 0.37 0.90 0 0.55
HSL 275.19º 0.81% 0.25% -
HSV(B) 275.19º 0.9% 0.45% -
XYZ 6.03 2.94 16.77 -
YUV 42.1 169.71 150.04 -
System Red Green Blue C M Y K H S L
Decimal 73 12 116 0.37 0.90 0 0.55 275.19 0.81 0.25
Hex 49 C 74 25 5A 0 37 113 51 19
Octal 111 14 164 45 132 0 67 423 121 31
Binary 1001001 1100 1110100 100101 1011010 0 110111 100010011 1010001 11001

Color Harmonies of #490C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490C74

Black with #490C74

Text Example


Text Example

White with #490C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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