Html Css Color HEX #46118D Indigo

📋 copy color: '#46118D'

red 70 ◦ green 17 ◦ blue 141

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

Shades of Indigo #46118D

Tints of Indigo #46118D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 61.84%

R = 30.7%
G = 7.46%
B = 61.84%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46118D (or 0x46118D) is known color: Indigo. HEX triplet: 46, 11 and 8D. RGB value is (70,17,141). Sum of RGB (Red+Green+Blue) = 70+17+141=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #46118D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46118D is #B9EE72. Grayscale: #2E2E2E. Windows color (decimal): -12185203 or 9244998. OLE color: 9244998.

HSL color Cylindrical-coordinate representation of color #46118D: hue angle of 265.65º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #46118D is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 17 141 -
CMYK 0.50 0.88 0 0.45
HSL 265.65º 0.78% 0.31% -
HSV(B) 265.65º 0.88% 0.55% -
XYZ 7.53 3.63 25.5 -
YUV 46.98 181.06 144.42 -
System Red Green Blue C M Y K H S L
Decimal 70 17 141 0.50 0.88 0 0.45 265.65 0.78 0.31
Hex 46 11 8D 32 58 0 2D 10A 4E 1F
Octal 106 21 215 62 130 0 55 412 116 37
Binary 1000110 10001 10001101 110010 1011000 0 101101 100001010 1001110 11111

Color Harmonies of #46118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46118D

Black with #46118D

Text Example


Text Example

White with #46118D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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