Html Css Color HEX #46117B Indigo

📋 copy color: '#46117B'

red 70 ◦ green 17 ◦ blue 123

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

Shades of Indigo #46117B

Tints of Indigo #46117B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 58.57%

R = 33.33%
G = 8.1%
B = 58.57%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#46117B (or 0x46117B) is known color: Indigo. HEX triplet: 46, 11 and 7B. RGB value is (70,17,123). Sum of RGB (Red+Green+Blue) = 70+17+123=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #46117B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46117B is #B9EE84. Grayscale: #2C2C2C. Windows color (decimal): -12185221 or 8065350. OLE color: 8065350.

HSL color Cylindrical-coordinate representation of color #46117B: hue angle of 270º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46117B is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 17 123 -
CMYK 0.43 0.86 0 0.52
HSL 270º 0.76% 0.27% -
HSV(B) 270º 0.86% 0.48% -
XYZ 6.3 3.13 19.01 -
YUV 44.93 172.06 145.88 -
System Red Green Blue C M Y K H S L
Decimal 70 17 123 0.43 0.86 0 0.52 270 0.76 0.27
Hex 46 11 7B 2B 56 0 34 10E 4C 1B
Octal 106 21 173 53 126 0 64 416 114 33
Binary 1000110 10001 1111011 101011 1010110 0 110100 100001110 1001100 11011

Color Harmonies of #46117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46117B

Black with #46117B

Text Example


Text Example

White with #46117B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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