Html Css Color HEX #490067 Indigo

📋 copy color: '#490067'

red 73 ◦ green 0 ◦ blue 103

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

Shades of Indigo #490067

Tints of Indigo #490067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.48%
G = 0%
B = 58.52%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#490067 (or 0x490067) is known color: Indigo. HEX triplet: 49, 00 and 67. RGB value is (73,0,103). Sum of RGB (Red+Green+Blue) = 73+0+103=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 103 (40.62% from 255 or 58.52% from 176); Max value from RGB is 103 - color contains mainly: blue. Hex color #490067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490067 is #B6FF98. Grayscale: #212121. Windows color (decimal): -11992985 or 6750281. OLE color: 6750281.

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

Color convert

RGB 73 0 103 -
CMYK 0.29 1 0 0.60
HSL 282.52º 1% 0.2% -
HSV(B) 282.52º 1% 0.4% -
XYZ 5.2 2.4 13.02 -
YUV 33.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 73 0 103 0.29 1 0 0.60 282.52 1 0.2
Hex 49 0 67 1D 64 0 3C 11B 64 14
Octal 111 0 147 35 144 0 74 433 144 24
Binary 1001001 0 1100111 11101 1100100 0 111100 100011011 1100100 10100

Color Harmonies of #490067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490067

Black with #490067

Text Example


Text Example

White with #490067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490067; }

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

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

background-color css

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

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

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

border-color css

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

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

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