Html Css Color HEX #46139F Indigo

📋 copy color: '#46139F'

red 70 ◦ green 19 ◦ blue 159

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

Shades of Indigo #46139F

Tints of Indigo #46139F

RGB

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

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

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

R = 28.23%
G = 7.66%
B = 64.11%

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

#46139F (or 0x46139F) is known color: Indigo. HEX triplet: 46, 13 and 9F. RGB value is (70,19,159). Sum of RGB (Red+Green+Blue) = 70+19+159=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #46139F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46139F is #B9EC60. Grayscale: #313131. Windows color (decimal): -12184673 or 10425158. OLE color: 10425158.

HSL color Cylindrical-coordinate representation of color #46139F: hue angle of 261.86º 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 #46139F is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 19 159 -
CMYK 0.56 0.88 0 0.38
HSL 261.86º 0.79% 0.35% -
HSV(B) 261.86º 0.88% 0.62% -
XYZ 9.02 4.27 33.15 -
YUV 50.21 189.4 142.12 -
System Red Green Blue C M Y K H S L
Decimal 70 19 159 0.56 0.88 0 0.38 261.86 0.79 0.35
Hex 46 13 9F 38 58 0 26 106 4F 23
Octal 106 23 237 70 130 0 46 406 117 43
Binary 1000110 10011 10011111 111000 1011000 0 100110 100000110 1001111 100011

Color Harmonies of #46139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46139F

Black with #46139F

Text Example


Text Example

White with #46139F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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