Html Css Color HEX #46148E Indigo

📋 copy color: '#46148E'

red 70 ◦ green 20 ◦ blue 142

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

Shades of Indigo #46148E

Tints of Indigo #46148E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.62%

 BLUE value IS 142 (55.86% from 255) = 61.21%

R = 30.17%
G = 8.62%
B = 61.21%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#46148E (or 0x46148E) is known color: Indigo. HEX triplet: 46, 14 and 8E. RGB value is (70,20,142). Sum of RGB (Red+Green+Blue) = 70+20+142=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 142 (55.86% from 255 or 61.21% from 232); Max value from RGB is 142 - color contains mainly: blue. Hex color #46148E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46148E is #B9EB71. Grayscale: #303030. Windows color (decimal): -12184434 or 9311302. OLE color: 9311302.

HSL color Cylindrical-coordinate representation of color #46148E: hue angle of 264.59º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46148E is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 20 142 -
CMYK 0.51 0.86 0 0.44
HSL 264.59º 0.75% 0.32% -
HSV(B) 264.59º 0.86% 0.56% -
XYZ 7.66 3.76 25.91 -
YUV 48.86 180.57 143.08 -
System Red Green Blue C M Y K H S L
Decimal 70 20 142 0.51 0.86 0 0.44 264.59 0.75 0.32
Hex 46 14 8E 33 56 0 2C 109 4B 20
Octal 106 24 216 63 126 0 54 411 113 40
Binary 1000110 10100 10001110 110011 1010110 0 101100 100001001 1001011 100000

Color Harmonies of #46148E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46148E

Black with #46148E

Text Example


Text Example

White with #46148E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46148E; }

 p { color: rgb(70,20,142); }

 H1.HeaderClassName
 {
   color: #46148E;
 }
 .AnyTagClassName
 {
   color: #46148E;
 }
</style>

background-color css

<style>
 a { background-color: #46148E; }

 a { background-color: rgb(70,20,142); }

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

border-color css

<style>
 span { border-color: #46148E; }

 span { border-color: rgb(70,20,142); }

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