Html Css Color HEX #490968 Indigo

📋 copy color: '#490968'

red 73 ◦ green 9 ◦ blue 104

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

Shades of Indigo #490968

Tints of Indigo #490968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 55.91%

R = 39.25%
G = 4.84%
B = 55.91%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#490968 (or 0x490968) is known color: Indigo. HEX triplet: 49, 09 and 68. RGB value is (73,9,104). Sum of RGB (Red+Green+Blue) = 73+9+104=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #490968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490968 is #B6F697. Grayscale: #262626. Windows color (decimal): -11990680 or 6818121. OLE color: 6818121.

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

Color convert

RGB 73 9 104 -
CMYK 0.30 0.91 0 0.59
HSL 280.42º 0.84% 0.22% -
HSV(B) 280.42º 0.91% 0.41% -
XYZ 5.34 2.61 13.32 -
YUV 38.97 164.7 152.28 -
System Red Green Blue C M Y K H S L
Decimal 73 9 104 0.30 0.91 0 0.59 280.42 0.84 0.22
Hex 49 9 68 1E 5B 0 3B 118 54 16
Octal 111 11 150 36 133 0 73 430 124 26
Binary 1001001 1001 1101000 11110 1011011 0 111011 100011000 1010100 10110

Color Harmonies of #490968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490968

Black with #490968

Text Example


Text Example

White with #490968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490968; }

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

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

background-color css

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

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

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

border-color css

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

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

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