Html Css Color HEX #46147C Indigo

📋 copy color: '#46147C'

red 70 ◦ green 20 ◦ blue 124

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

Shades of Indigo #46147C

Tints of Indigo #46147C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 57.94%

R = 32.71%
G = 9.35%
B = 57.94%

CMYK

 C value IS 0.44

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46147C (or 0x46147C) is known color: Indigo. HEX triplet: 46, 14 and 7C. RGB value is (70,20,124). Sum of RGB (Red+Green+Blue) = 70+20+124=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #46147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46147C is #B9EB83. Grayscale: #2E2E2E. Windows color (decimal): -12184452 or 8131654. OLE color: 8131654.

HSL color Cylindrical-coordinate representation of color #46147C: hue angle of 268.85º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46147C is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 20 124 -
CMYK 0.44 0.84 0 0.51
HSL 268.85º 0.72% 0.28% -
HSV(B) 268.85º 0.84% 0.49% -
XYZ 6.41 3.26 19.36 -
YUV 46.81 171.57 144.54 -
System Red Green Blue C M Y K H S L
Decimal 70 20 124 0.44 0.84 0 0.51 268.85 0.72 0.28
Hex 46 14 7C 2C 54 0 33 10D 48 1C
Octal 106 24 174 54 124 0 63 415 110 34
Binary 1000110 10100 1111100 101100 1010100 0 110011 100001101 1001000 11100

Color Harmonies of #46147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46147C

Black with #46147C

Text Example


Text Example

White with #46147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46147C; }

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

 H1.HeaderClassName
 {
   color: #46147C;
 }
 .AnyTagClassName
 {
   color: #46147C;
 }
</style>

background-color css

<style>
 a { background-color: #46147C; }

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

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

border-color css

<style>
 span { border-color: #46147C; }

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

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