Html Css Color HEX #46116F Indigo

📋 copy color: '#46116F'

red 70 ◦ green 17 ◦ blue 111

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

Shades of Indigo #46116F

Tints of Indigo #46116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 56.06%

R = 35.35%
G = 8.59%
B = 56.06%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#46116F (or 0x46116F) is known color: Indigo. HEX triplet: 46, 11 and 6F. RGB value is (70,17,111). Sum of RGB (Red+Green+Blue) = 70+17+111=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 111 (43.75% from 255 or 56.06% from 198); Max value from RGB is 111 - color contains mainly: blue. Hex color #46116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46116F is #B9EE90. Grayscale: #2B2B2B. Windows color (decimal): -12185233 or 7278918. OLE color: 7278918.

HSL color Cylindrical-coordinate representation of color #46116F: hue angle of 273.83º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #46116F is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 17 111 -
CMYK 0.37 0.85 0 0.56
HSL 273.83º 0.73% 0.25% -
HSV(B) 273.83º 0.85% 0.44% -
XYZ 5.6 2.85 15.29 -
YUV 43.56 166.06 146.86 -
System Red Green Blue C M Y K H S L
Decimal 70 17 111 0.37 0.85 0 0.56 273.83 0.73 0.25
Hex 46 11 6F 25 55 0 38 112 49 19
Octal 106 21 157 45 125 0 70 422 111 31
Binary 1000110 10001 1101111 100101 1010101 0 111000 100010010 1001001 11001

Color Harmonies of #46116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46116F

Black with #46116F

Text Example


Text Example

White with #46116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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