Html Css Color HEX #490865 Indigo

📋 copy color: '#490865'

red 73 ◦ green 8 ◦ blue 101

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

Shades of Indigo #490865

Tints of Indigo #490865

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.4%

 BLUE value IS 101 (39.84% from 255) = 55.49%

R = 40.11%
G = 4.4%
B = 55.49%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#490865 (or 0x490865) is known color: Indigo. HEX triplet: 49, 08 and 65. RGB value is (73,8,101). Sum of RGB (Red+Green+Blue) = 73+8+101=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 101 (39.84% from 255 or 55.49% from 182); Max value from RGB is 101 - color contains mainly: blue. Hex color #490865 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490865 is #B6F79A. Grayscale: #252525. Windows color (decimal): -11990939 or 6621257. OLE color: 6621257.

HSL color Cylindrical-coordinate representation of color #490865: hue angle of 281.94º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490865 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 8 101 -
CMYK 0.28 0.92 0 0.60
HSL 281.94º 0.85% 0.21% -
HSV(B) 281.94º 0.92% 0.4% -
XYZ 5.18 2.53 12.53 -
YUV 38.04 163.53 152.94 -
System Red Green Blue C M Y K H S L
Decimal 73 8 101 0.28 0.92 0 0.60 281.94 0.85 0.21
Hex 49 8 65 1C 5C 0 3C 11A 55 15
Octal 111 10 145 34 134 0 74 432 125 25
Binary 1001001 1000 1100101 11100 1011100 0 111100 100011010 1010101 10101

Color Harmonies of #490865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490865

Black with #490865

Text Example


Text Example

White with #490865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490865; }

 p { color: rgb(73,8,101); }

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

background-color css

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

 a { background-color: rgb(73,8,101); }

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

border-color css

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

 span { border-color: rgb(73,8,101); }

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