Html Css Color HEX #46137D Indigo

📋 copy color: '#46137D'

red 70 ◦ green 19 ◦ blue 125

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

Shades of Indigo #46137D

Tints of Indigo #46137D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 58.41%

R = 32.71%
G = 8.88%
B = 58.41%

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

#46137D (or 0x46137D) is known color: Indigo. HEX triplet: 46, 13 and 7D. RGB value is (70,19,125). Sum of RGB (Red+Green+Blue) = 70+19+125=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #46137D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46137D is #B9EC82. Grayscale: #2D2D2D. Windows color (decimal): -12184707 or 8196934. OLE color: 8196934.

HSL color Cylindrical-coordinate representation of color #46137D: hue angle of 268.87º degrees, saturation: 0.74, 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 #46137D is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 19 125 -
CMYK 0.44 0.85 0 0.51
HSL 268.87º 0.74% 0.28% -
HSV(B) 268.87º 0.85% 0.49% -
XYZ 6.46 3.25 19.69 -
YUV 46.33 172.4 144.88 -
System Red Green Blue C M Y K H S L
Decimal 70 19 125 0.44 0.85 0 0.51 268.87 0.74 0.28
Hex 46 13 7D 2C 55 0 33 10D 4A 1C
Octal 106 23 175 54 125 0 63 415 112 34
Binary 1000110 10011 1111101 101100 1010101 0 110011 100001101 1001010 11100

Color Harmonies of #46137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46137D

Black with #46137D

Text Example


Text Example

White with #46137D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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