Html Css Color HEX #490CAC Indigo

📋 copy color: '#490CAC'

red 73 ◦ green 12 ◦ blue 172

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

Shades of Indigo #490CAC

Tints of Indigo #490CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 66.93%

R = 28.4%
G = 4.67%
B = 66.93%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#490CAC (or 0x490CAC) is known color: Indigo. HEX triplet: 49, 0C and AC. RGB value is (73,12,172). Sum of RGB (Red+Green+Blue) = 73+12+172=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #490CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490CAC is #B6F353. Grayscale: #2F2F2F. Windows color (decimal): -11989844 or 11275337. OLE color: 11275337.

HSL color Cylindrical-coordinate representation of color #490CAC: hue angle of 262.88º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490CAC is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 12 172 -
CMYK 0.58 0.93 0 0.33
HSL 262.88º 0.87% 0.36% -
HSV(B) 262.88º 0.93% 0.67% -
XYZ 10.33 4.66 39.38 -
YUV 48.48 197.71 145.49 -
System Red Green Blue C M Y K H S L
Decimal 73 12 172 0.58 0.93 0 0.33 262.88 0.87 0.36
Hex 49 C AC 3A 5D 0 21 107 57 24
Octal 111 14 254 72 135 0 41 407 127 44
Binary 1001001 1100 10101100 111010 1011101 0 100001 100000111 1010111 100100

Color Harmonies of #490CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490CAC

Black with #490CAC

Text Example


Text Example

White with #490CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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