Html Css Color HEX #490375 Indigo

📋 copy color: '#490375'

red 73 ◦ green 3 ◦ blue 117

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

Shades of Indigo #490375

Tints of Indigo #490375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.55%

 BLUE value IS 117 (46.09% from 255) = 60.62%

R = 37.82%
G = 1.55%
B = 60.62%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#490375 (or 0x490375) is known color: Indigo. HEX triplet: 49, 03 and 75. RGB value is (73,3,117). Sum of RGB (Red+Green+Blue) = 73+3+117=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #490375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490375 is #B6FC8A. Grayscale: #242424. Windows color (decimal): -11992203 or 7668553. OLE color: 7668553.

HSL color Cylindrical-coordinate representation of color #490375: hue angle of 276.84º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490375 is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 3 117 -
CMYK 0.38 0.97 0 0.54
HSL 276.84º 0.95% 0.24% -
HSV(B) 276.84º 0.97% 0.46% -
XYZ 5.99 2.77 17.05 -
YUV 36.93 173.19 153.73 -
System Red Green Blue C M Y K H S L
Decimal 73 3 117 0.38 0.97 0 0.54 276.84 0.95 0.24
Hex 49 3 75 26 61 0 36 115 5F 18
Octal 111 3 165 46 141 0 66 425 137 30
Binary 1001001 11 1110101 100110 1100001 0 110110 100010101 1011111 11000

Color Harmonies of #490375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490375

Black with #490375

Text Example


Text Example

White with #490375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490375; }

 p { color: rgb(73,3,117); }

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

background-color css

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

 a { background-color: rgb(73,3,117); }

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

border-color css

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

 span { border-color: rgb(73,3,117); }

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