Html Css Color HEX #490C6B Indigo

📋 copy color: '#490C6B'

red 73 ◦ green 12 ◦ blue 107

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

Shades of Indigo #490C6B

Tints of Indigo #490C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 55.73%

R = 38.02%
G = 6.25%
B = 55.73%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#490C6B (or 0x490C6B) is known color: Indigo. HEX triplet: 49, 0C and 6B. RGB value is (73,12,107). Sum of RGB (Red+Green+Blue) = 73+12+107=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #490C6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490C6B is #B6F394. Grayscale: #282828. Windows color (decimal): -11989909 or 7015497. OLE color: 7015497.

HSL color Cylindrical-coordinate representation of color #490C6B: hue angle of 278.53º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490C6B is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 12 107 -
CMYK 0.32 0.89 0 0.58
HSL 278.53º 0.8% 0.23% -
HSV(B) 278.53º 0.89% 0.42% -
XYZ 5.53 2.74 14.15 -
YUV 41.07 165.21 150.78 -
System Red Green Blue C M Y K H S L
Decimal 73 12 107 0.32 0.89 0 0.58 278.53 0.8 0.23
Hex 49 C 6B 20 59 0 3A 117 50 17
Octal 111 14 153 40 131 0 72 427 120 27
Binary 1001001 1100 1101011 100000 1011001 0 111010 100010111 1010000 10111

Color Harmonies of #490C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490C6B

Black with #490C6B

Text Example


Text Example

White with #490C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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