Html Css Color HEX #46119D Indigo

📋 copy color: '#46119D'

red 70 ◦ green 17 ◦ blue 157

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

Shades of Indigo #46119D

Tints of Indigo #46119D

RGB

 RED value IS 70 (27.73% from 255) = 28.69%

 GREEN value IS 17 (7.03% from 255) = 6.97%

 BLUE value IS 157 (61.72% from 255) = 64.34%

R = 28.69%
G = 6.97%
B = 64.34%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46119D (or 0x46119D) is known color: Indigo. HEX triplet: 46, 11 and 9D. RGB value is (70,17,157). Sum of RGB (Red+Green+Blue) = 70+17+157=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 157 (61.72% from 255 or 64.34% from 244); Max value from RGB is 157 - color contains mainly: blue. Hex color #46119D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46119D is #B9EE62. Grayscale: #303030. Windows color (decimal): -12185187 or 10293574. OLE color: 10293574.

HSL color Cylindrical-coordinate representation of color #46119D: hue angle of 262.71º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #46119D is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 17 157 -
CMYK 0.55 0.89 0 0.38
HSL 262.71º 0.8% 0.34% -
HSV(B) 262.71º 0.89% 0.62% -
XYZ 8.81 4.14 32.23 -
YUV 48.81 189.06 143.12 -
System Red Green Blue C M Y K H S L
Decimal 70 17 157 0.55 0.89 0 0.38 262.71 0.8 0.34
Hex 46 11 9D 37 59 0 26 107 50 22
Octal 106 21 235 67 131 0 46 407 120 42
Binary 1000110 10001 10011101 110111 1011001 0 100110 100000111 1010000 100010

Color Harmonies of #46119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46119D

Black with #46119D

Text Example


Text Example

White with #46119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46119D; }

 p { color: rgb(70,17,157); }

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

background-color css

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

 a { background-color: rgb(70,17,157); }

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

border-color css

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

 span { border-color: rgb(70,17,157); }

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