Html Css Color HEX #490178 Indigo

📋 copy color: '#490178'

red 73 ◦ green 1 ◦ blue 120

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

Shades of Indigo #490178

Tints of Indigo #490178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 120 (47.27% from 255) = 61.86%

R = 37.63%
G = 0.52%
B = 61.86%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#490178 (or 0x490178) is known color: Indigo. HEX triplet: 49, 01 and 78. RGB value is (73,1,120). Sum of RGB (Red+Green+Blue) = 73+1+120=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 120 (47.27% from 255 or 61.86% from 194); Max value from RGB is 120 - color contains mainly: blue. Hex color #490178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490178 is #B6FE87. Grayscale: #232323. Windows color (decimal): -11992712 or 7864649. OLE color: 7864649.

HSL color Cylindrical-coordinate representation of color #490178: hue angle of 276.3º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490178 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 1 120 -
CMYK 0.39 0.99 0 0.53
HSL 276.3º 0.98% 0.24% -
HSV(B) 276.3º 0.99% 0.47% -
XYZ 6.15 2.79 17.98 -
YUV 36.09 175.35 154.32 -
System Red Green Blue C M Y K H S L
Decimal 73 1 120 0.39 0.99 0 0.53 276.3 0.98 0.24
Hex 49 1 78 27 63 0 35 114 62 18
Octal 111 1 170 47 143 0 65 424 142 30
Binary 1001001 1 1111000 100111 1100011 0 110101 100010100 1100010 11000

Color Harmonies of #490178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490178

Black with #490178

Text Example


Text Example

White with #490178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490178; }

 p { color: rgb(73,1,120); }

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

background-color css

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

 a { background-color: rgb(73,1,120); }

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

border-color css

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

 span { border-color: rgb(73,1,120); }

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