Html Css Color HEX #46137C Indigo

📋 copy color: '#46137C'

red 70 ◦ green 19 ◦ blue 124

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

Shades of Indigo #46137C

Tints of Indigo #46137C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 58.22%

R = 32.86%
G = 8.92%
B = 58.22%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46137C (or 0x46137C) is known color: Indigo. HEX triplet: 46, 13 and 7C. RGB value is (70,19,124). Sum of RGB (Red+Green+Blue) = 70+19+124=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #46137C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46137C is #B9EC83. Grayscale: #2D2D2D. Windows color (decimal): -12184708 or 8131398. OLE color: 8131398.

HSL color Cylindrical-coordinate representation of color #46137C: hue angle of 269.14º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #46137C is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 19 124 -
CMYK 0.44 0.85 0 0.51
HSL 269.14º 0.73% 0.28% -
HSV(B) 269.14º 0.85% 0.49% -
XYZ 6.4 3.22 19.35 -
YUV 46.22 171.9 144.96 -
System Red Green Blue C M Y K H S L
Decimal 70 19 124 0.44 0.85 0 0.51 269.14 0.73 0.28
Hex 46 13 7C 2C 55 0 33 10D 49 1C
Octal 106 23 174 54 125 0 63 415 111 34
Binary 1000110 10011 1111100 101100 1010101 0 110011 100001101 1001001 11100

Color Harmonies of #46137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46137C

Black with #46137C

Text Example


Text Example

White with #46137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46137C; }

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

 H1.HeaderClassName
 {
   color: #46137C;
 }
 .AnyTagClassName
 {
   color: #46137C;
 }
</style>

background-color css

<style>
 a { background-color: #46137C; }

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

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

border-color css

<style>
 span { border-color: #46137C; }

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

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