Html Css Color HEX #46117F Indigo

📋 copy color: '#46117F'

red 70 ◦ green 17 ◦ blue 127

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

Shades of Indigo #46117F

Tints of Indigo #46117F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 59.35%

R = 32.71%
G = 7.94%
B = 59.35%

CMYK

 C value IS 0.45

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#46117F (or 0x46117F) is known color: Indigo. HEX triplet: 46, 11 and 7F. RGB value is (70,17,127). Sum of RGB (Red+Green+Blue) = 70+17+127=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #46117F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46117F is #B9EE80. Grayscale: #2D2D2D. Windows color (decimal): -12185217 or 8327494. OLE color: 8327494.

HSL color Cylindrical-coordinate representation of color #46117F: hue angle of 268.91º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #46117F is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 17 127 -
CMYK 0.45 0.87 0 0.50
HSL 268.91º 0.76% 0.28% -
HSV(B) 268.91º 0.87% 0.5% -
XYZ 6.56 3.24 20.36 -
YUV 45.39 174.06 145.56 -
System Red Green Blue C M Y K H S L
Decimal 70 17 127 0.45 0.87 0 0.50 268.91 0.76 0.28
Hex 46 11 7F 2D 57 0 32 10D 4C 1C
Octal 106 21 177 55 127 0 62 415 114 34
Binary 1000110 10001 1111111 101101 1010111 0 110010 100001101 1001100 11100

Color Harmonies of #46117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46117F

Black with #46117F

Text Example


Text Example

White with #46117F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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