Html Css Color HEX #46137F Indigo

📋 copy color: '#46137F'

red 70 ◦ green 19 ◦ blue 127

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

Shades of Indigo #46137F

Tints of Indigo #46137F

RGB

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

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

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

R = 32.41%
G = 8.8%
B = 58.8%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#46137F (or 0x46137F) is known color: Indigo. HEX triplet: 46, 13 and 7F. RGB value is (70,19,127). Sum of RGB (Red+Green+Blue) = 70+19+127=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #46137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46137F is #B9EC80. Grayscale: #2E2E2E. Windows color (decimal): -12184705 or 8328006. OLE color: 8328006.

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

Color convert

RGB 70 19 127 -
CMYK 0.45 0.85 0 0.50
HSL 268.33º 0.74% 0.29% -
HSV(B) 268.33º 0.85% 0.5% -
XYZ 6.59 3.3 20.37 -
YUV 46.56 173.4 144.72 -
System Red Green Blue C M Y K H S L
Decimal 70 19 127 0.45 0.85 0 0.50 268.33 0.74 0.29
Hex 46 13 7F 2D 55 0 32 10C 4A 1D
Octal 106 23 177 55 125 0 62 414 112 35
Binary 1000110 10011 1111111 101101 1010101 0 110010 100001100 1001010 11101

Color Harmonies of #46137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46137F

Black with #46137F

Text Example


Text Example

White with #46137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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