Html Css Color HEX #490967 Indigo

📋 copy color: '#490967'

red 73 ◦ green 9 ◦ blue 103

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

Shades of Indigo #490967

Tints of Indigo #490967

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.86%

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

R = 39.46%
G = 4.86%
B = 55.68%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#490967 (or 0x490967) is known color: Indigo. HEX triplet: 49, 09 and 67. RGB value is (73,9,103). Sum of RGB (Red+Green+Blue) = 73+9+103=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 103 (40.62% from 255 or 55.68% from 185); Max value from RGB is 103 - color contains mainly: blue. Hex color #490967 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490967 is #B6F698. Grayscale: #262626. Windows color (decimal): -11990681 or 6752585. OLE color: 6752585.

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

Color convert

RGB 73 9 103 -
CMYK 0.29 0.91 0 0.60
HSL 280.85º 0.84% 0.22% -
HSV(B) 280.85º 0.91% 0.4% -
XYZ 5.29 2.59 13.05 -
YUV 38.85 164.2 152.36 -
System Red Green Blue C M Y K H S L
Decimal 73 9 103 0.29 0.91 0 0.60 280.85 0.84 0.22
Hex 49 9 67 1D 5B 0 3C 119 54 16
Octal 111 11 147 35 133 0 74 431 124 26
Binary 1001001 1001 1100111 11101 1011011 0 111100 100011001 1010100 10110

Color Harmonies of #490967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490967

Black with #490967

Text Example


Text Example

White with #490967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490967; }

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

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

background-color css

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

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

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

border-color css

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

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

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