Html Css Color HEX #46139E Indigo

📋 copy color: '#46139E'

red 70 ◦ green 19 ◦ blue 158

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

Shades of Indigo #46139E

Tints of Indigo #46139E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.69%

 BLUE value IS 158 (62.11% from 255) = 63.97%

R = 28.34%
G = 7.69%
B = 63.97%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46139E (or 0x46139E) is known color: Indigo. HEX triplet: 46, 13 and 9E. RGB value is (70,19,158). Sum of RGB (Red+Green+Blue) = 70+19+158=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #46139E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46139E is #B9EC61. Grayscale: #313131. Windows color (decimal): -12184674 or 10359622. OLE color: 10359622.

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

Color convert

RGB 70 19 158 -
CMYK 0.56 0.88 0 0.38
HSL 262.01º 0.79% 0.35% -
HSV(B) 262.01º 0.88% 0.62% -
XYZ 8.93 4.24 32.69 -
YUV 50.1 188.9 142.2 -
System Red Green Blue C M Y K H S L
Decimal 70 19 158 0.56 0.88 0 0.38 262.01 0.79 0.35
Hex 46 13 9E 38 58 0 26 106 4F 23
Octal 106 23 236 70 130 0 46 406 117 43
Binary 1000110 10011 10011110 111000 1011000 0 100110 100000110 1001111 100011

Color Harmonies of #46139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46139E

Black with #46139E

Text Example


Text Example

White with #46139E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46139E; }

 p { color: rgb(70,19,158); }

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

background-color css

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

 a { background-color: rgb(70,19,158); }

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

border-color css

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

 span { border-color: rgb(70,19,158); }

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