Html Css Color HEX #46118F Indigo

📋 copy color: '#46118F'

red 70 ◦ green 17 ◦ blue 143

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

Shades of Indigo #46118F

Tints of Indigo #46118F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 62.17%

R = 30.43%
G = 7.39%
B = 62.17%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#46118F (or 0x46118F) is known color: Indigo. HEX triplet: 46, 11 and 8F. RGB value is (70,17,143). Sum of RGB (Red+Green+Blue) = 70+17+143=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 143 (56.25% from 255 or 62.17% from 230); Max value from RGB is 143 - color contains mainly: blue. Hex color #46118F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46118F is #B9EE70. Grayscale: #2E2E2E. Windows color (decimal): -12185201 or 9376070. OLE color: 9376070.

HSL color Cylindrical-coordinate representation of color #46118F: hue angle of 265.24º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #46118F is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 17 143 -
CMYK 0.51 0.88 0 0.44
HSL 265.24º 0.79% 0.31% -
HSV(B) 265.24º 0.88% 0.56% -
XYZ 7.68 3.69 26.29 -
YUV 47.21 182.06 144.25 -
System Red Green Blue C M Y K H S L
Decimal 70 17 143 0.51 0.88 0 0.44 265.24 0.79 0.31
Hex 46 11 8F 33 58 0 2C 109 4F 1F
Octal 106 21 217 63 130 0 54 411 117 37
Binary 1000110 10001 10001111 110011 1011000 0 101100 100001001 1001111 11111

Color Harmonies of #46118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46118F

Black with #46118F

Text Example


Text Example

White with #46118F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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