Html Css Color HEX #490B75 Indigo

📋 copy color: '#490B75'

red 73 ◦ green 11 ◦ blue 117

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

Shades of Indigo #490B75

Tints of Indigo #490B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 58.21%

R = 36.32%
G = 5.47%
B = 58.21%

CMYK

 C value IS 0.38

 M value IS 0.91

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#490B75 (or 0x490B75) is known color: Indigo. HEX triplet: 49, 0B and 75. RGB value is (73,11,117). Sum of RGB (Red+Green+Blue) = 73+11+117=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #490B75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490B75 is #B6F48A. Grayscale: #292929. Windows color (decimal): -11990155 or 7670601. OLE color: 7670601.

HSL color Cylindrical-coordinate representation of color #490B75: hue angle of 275.09º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490B75 is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 11 117 -
CMYK 0.38 0.91 0 0.54
HSL 275.09º 0.83% 0.25% -
HSV(B) 275.09º 0.91% 0.46% -
XYZ 6.08 2.94 17.08 -
YUV 41.62 170.54 150.38 -
System Red Green Blue C M Y K H S L
Decimal 73 11 117 0.38 0.91 0 0.54 275.09 0.83 0.25
Hex 49 B 75 26 5B 0 36 113 53 19
Octal 111 13 165 46 133 0 66 423 123 31
Binary 1001001 1011 1110101 100110 1011011 0 110110 100010011 1010011 11001

Color Harmonies of #490B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490B75

Black with #490B75

Text Example


Text Example

White with #490B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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