Html Css Color HEX #46147A Indigo

📋 copy color: '#46147A'

red 70 ◦ green 20 ◦ blue 122

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

Shades of Indigo #46147A

Tints of Indigo #46147A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 57.55%

R = 33.02%
G = 9.43%
B = 57.55%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#46147A (or 0x46147A) is known color: Indigo. HEX triplet: 46, 14 and 7A. RGB value is (70,20,122). Sum of RGB (Red+Green+Blue) = 70+20+122=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 122 (48.05% from 255 or 57.55% from 212); Max value from RGB is 122 - color contains mainly: blue. Hex color #46147A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46147A is #B9EB85. Grayscale: #2E2E2E. Windows color (decimal): -12184454 or 8000582. OLE color: 8000582.

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

Color convert

RGB 70 20 122 -
CMYK 0.43 0.84 0 0.52
HSL 269.41º 0.72% 0.28% -
HSV(B) 269.41º 0.84% 0.48% -
XYZ 6.29 3.21 18.7 -
YUV 46.58 170.57 144.71 -
System Red Green Blue C M Y K H S L
Decimal 70 20 122 0.43 0.84 0 0.52 269.41 0.72 0.28
Hex 46 14 7A 2B 54 0 34 10D 48 1C
Octal 106 24 172 53 124 0 64 415 110 34
Binary 1000110 10100 1111010 101011 1010100 0 110100 100001101 1001000 11100

Color Harmonies of #46147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46147A

Black with #46147A

Text Example


Text Example

White with #46147A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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