Html Css Color HEX #46119F Indigo

📋 copy color: '#46119F'

red 70 ◦ green 17 ◦ blue 159

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

Shades of Indigo #46119F

Tints of Indigo #46119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 64.63%

R = 28.46%
G = 6.91%
B = 64.63%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46119F (or 0x46119F) is known color: Indigo. HEX triplet: 46, 11 and 9F. RGB value is (70,17,159). Sum of RGB (Red+Green+Blue) = 70+17+159=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #46119F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46119F is #B9EE60. Grayscale: #303030. Windows color (decimal): -12185185 or 10424646. OLE color: 10424646.

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

Color convert

RGB 70 17 159 -
CMYK 0.56 0.89 0 0.38
HSL 262.39º 0.81% 0.35% -
HSV(B) 262.39º 0.89% 0.62% -
XYZ 8.98 4.21 33.14 -
YUV 49.04 190.06 142.95 -
System Red Green Blue C M Y K H S L
Decimal 70 17 159 0.56 0.89 0 0.38 262.39 0.81 0.35
Hex 46 11 9F 38 59 0 26 106 51 23
Octal 106 21 237 70 131 0 46 406 121 43
Binary 1000110 10001 10011111 111000 1011001 0 100110 100000110 1010001 100011

Color Harmonies of #46119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46119F

Black with #46119F

Text Example


Text Example

White with #46119F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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