Html Css Color HEX #46106D Indigo

📋 copy color: '#46106D'

red 70 ◦ green 16 ◦ blue 109

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

Shades of Indigo #46106D

Tints of Indigo #46106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.21%

 BLUE value IS 109 (42.97% from 255) = 55.9%

R = 35.9%
G = 8.21%
B = 55.9%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#46106D (or 0x46106D) is known color: Indigo. HEX triplet: 46, 10 and 6D. RGB value is (70,16,109). Sum of RGB (Red+Green+Blue) = 70+16+109=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 109 (42.97% from 255 or 55.90% from 195); Max value from RGB is 109 - color contains mainly: blue. Hex color #46106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46106D is #B9EF92. Grayscale: #2A2A2A. Windows color (decimal): -12185491 or 7147590. OLE color: 7147590.

HSL color Cylindrical-coordinate representation of color #46106D: hue angle of 274.84º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #46106D is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 70 16 109 -
CMYK 0.36 0.85 0 0.57
HSL 274.84º 0.74% 0.25% -
HSV(B) 274.84º 0.85% 0.43% -
XYZ 5.47 2.78 14.72 -
YUV 42.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 70 16 109 0.36 0.85 0 0.57 274.84 0.74 0.25
Hex 46 10 6D 24 55 0 39 113 4A 19
Octal 106 20 155 44 125 0 71 423 112 31
Binary 1000110 10000 1101101 100100 1010101 0 111001 100010011 1001010 11001

Color Harmonies of #46106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46106D

Black with #46106D

Text Example


Text Example

White with #46106D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,16,109); }

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

background-color css

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

 a { background-color: rgb(70,16,109); }

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

border-color css

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

 span { border-color: rgb(70,16,109); }

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