Html Css Color HEX #490167 Indigo

📋 copy color: '#490167'

red 73 ◦ green 1 ◦ blue 103

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

Shades of Indigo #490167

Tints of Indigo #490167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 58.19%

R = 41.24%
G = 0.56%
B = 58.19%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#490167 (or 0x490167) is known color: Indigo. HEX triplet: 49, 01 and 67. RGB value is (73,1,103). Sum of RGB (Red+Green+Blue) = 73+1+103=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 103 (40.62% from 255 or 58.19% from 177); Max value from RGB is 103 - color contains mainly: blue. Hex color #490167 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490167 is #B6FE98. Grayscale: #212121. Windows color (decimal): -11992729 or 6750537. OLE color: 6750537.

HSL color Cylindrical-coordinate representation of color #490167: hue angle of 282.35º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490167 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 1 103 -
CMYK 0.29 0.99 0 0.60
HSL 282.35º 0.98% 0.2% -
HSV(B) 282.35º 0.99% 0.4% -
XYZ 5.21 2.42 13.02 -
YUV 34.16 166.85 155.71 -
System Red Green Blue C M Y K H S L
Decimal 73 1 103 0.29 0.99 0 0.60 282.35 0.98 0.2
Hex 49 1 67 1D 63 0 3C 11A 62 14
Octal 111 1 147 35 143 0 74 432 142 24
Binary 1001001 1 1100111 11101 1100011 0 111100 100011010 1100010 10100

Color Harmonies of #490167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490167

Black with #490167

Text Example


Text Example

White with #490167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490167; }

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

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

background-color css

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

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

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

border-color css

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

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

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