Html Css Color HEX #490B65 Indigo

📋 copy color: '#490B65'

red 73 ◦ green 11 ◦ blue 101

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

Shades of Indigo #490B65

Tints of Indigo #490B65

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.95%

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

R = 39.46%
G = 5.95%
B = 54.59%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#490B65 (or 0x490B65) is known color: Indigo. HEX triplet: 49, 0B and 65. RGB value is (73,11,101). Sum of RGB (Red+Green+Blue) = 73+11+101=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 101 (39.84% from 255 or 54.59% from 185); Max value from RGB is 101 - color contains mainly: blue. Hex color #490B65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490B65 is #B6F49A. Grayscale: #272727. Windows color (decimal): -11990171 or 6622025. OLE color: 6622025.

HSL color Cylindrical-coordinate representation of color #490B65: hue angle of 281.33º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490B65 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 11 101 -
CMYK 0.28 0.89 0 0.60
HSL 281.33º 0.8% 0.22% -
HSV(B) 281.33º 0.89% 0.4% -
XYZ 5.22 2.6 12.54 -
YUV 39.8 162.54 151.68 -
System Red Green Blue C M Y K H S L
Decimal 73 11 101 0.28 0.89 0 0.60 281.33 0.8 0.22
Hex 49 B 65 1C 59 0 3C 119 50 16
Octal 111 13 145 34 131 0 74 431 120 26
Binary 1001001 1011 1100101 11100 1011001 0 111100 100011001 1010000 10110

Color Harmonies of #490B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490B65

Black with #490B65

Text Example


Text Example

White with #490B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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