Html Css Color HEX #490C71 Indigo

📋 copy color: '#490C71'

red 73 ◦ green 12 ◦ blue 113

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

Shades of Indigo #490C71

Tints of Indigo #490C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 57.07%

R = 36.87%
G = 6.06%
B = 57.07%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#490C71 (or 0x490C71) is known color: Indigo. HEX triplet: 49, 0C and 71. RGB value is (73,12,113). Sum of RGB (Red+Green+Blue) = 73+12+113=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #490C71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490C71 is #B6F38E. Grayscale: #292929. Windows color (decimal): -11989903 or 7408713. OLE color: 7408713.

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

Color convert

RGB 73 12 113 -
CMYK 0.35 0.89 0 0.56
HSL 276.24º 0.81% 0.25% -
HSV(B) 276.24º 0.89% 0.44% -
XYZ 5.86 2.87 15.87 -
YUV 41.75 168.21 150.29 -
System Red Green Blue C M Y K H S L
Decimal 73 12 113 0.35 0.89 0 0.56 276.24 0.81 0.25
Hex 49 C 71 23 59 0 38 114 51 19
Octal 111 14 161 43 131 0 70 424 121 31
Binary 1001001 1100 1110001 100011 1011001 0 111000 100010100 1010001 11001

Color Harmonies of #490C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490C71

Black with #490C71

Text Example


Text Example

White with #490C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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