Html Css Color HEX #46116D Indigo

📋 copy color: '#46116D'

red 70 ◦ green 17 ◦ blue 109

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

Shades of Indigo #46116D

Tints of Indigo #46116D

RGB

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

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

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

R = 35.71%
G = 8.67%
B = 55.61%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#46116D (or 0x46116D) is known color: Indigo. HEX triplet: 46, 11 and 6D. RGB value is (70,17,109). Sum of RGB (Red+Green+Blue) = 70+17+109=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #46116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46116D is #B9EE92. Grayscale: #2B2B2B. Windows color (decimal): -12185235 or 7147846. OLE color: 7147846.

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

Color convert

RGB 70 17 109 -
CMYK 0.36 0.84 0 0.57
HSL 274.57º 0.73% 0.25% -
HSV(B) 274.57º 0.84% 0.43% -
XYZ 5.49 2.81 14.72 -
YUV 43.34 165.06 147.02 -
System Red Green Blue C M Y K H S L
Decimal 70 17 109 0.36 0.84 0 0.57 274.57 0.73 0.25
Hex 46 11 6D 24 54 0 39 113 49 19
Octal 106 21 155 44 124 0 71 423 111 31
Binary 1000110 10001 1101101 100100 1010100 0 111001 100010011 1001001 11001

Color Harmonies of #46116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46116D

Black with #46116D

Text Example


Text Example

White with #46116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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