Html Css Color HEX #46128D Indigo

📋 copy color: '#46128D'

red 70 ◦ green 18 ◦ blue 141

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

Shades of Indigo #46128D

Tints of Indigo #46128D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.86%

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

R = 30.57%
G = 7.86%
B = 61.57%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46128D (or 0x46128D) is known color: Indigo. HEX triplet: 46, 12 and 8D. RGB value is (70,18,141). Sum of RGB (Red+Green+Blue) = 70+18+141=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 141 (55.47% from 255 or 61.57% from 229); Max value from RGB is 141 - color contains mainly: blue. Hex color #46128D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46128D is #B9ED72. Grayscale: #2F2F2F. Windows color (decimal): -12184947 or 9245254. OLE color: 9245254.

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

Color convert

RGB 70 18 141 -
CMYK 0.50 0.87 0 0.45
HSL 265.37º 0.77% 0.31% -
HSV(B) 265.37º 0.87% 0.55% -
XYZ 7.55 3.66 25.51 -
YUV 47.57 180.73 144 -
System Red Green Blue C M Y K H S L
Decimal 70 18 141 0.50 0.87 0 0.45 265.37 0.77 0.31
Hex 46 12 8D 32 57 0 2D 109 4D 1F
Octal 106 22 215 62 127 0 55 411 115 37
Binary 1000110 10010 10001101 110010 1010111 0 101101 100001001 1001101 11111

Color Harmonies of #46128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46128D

Black with #46128D

Text Example


Text Example

White with #46128D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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