Html Css Color HEX #460079 Indigo

📋 copy color: '#460079'

red 70 ◦ green 0 ◦ blue 121

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

Shades of Indigo #460079

Tints of Indigo #460079

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 121 (47.66% from 255) = 63.35%

R = 36.65%
G = 0%
B = 63.35%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#460079 (or 0x460079) is known color: Indigo. HEX triplet: 46, 00 and 79. RGB value is (70,0,121). Sum of RGB (Red+Green+Blue) = 70+0+121=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 121 (47.66% from 255 or 63.35% from 191); Max value from RGB is 121 - color contains mainly: blue. Hex color #460079 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460079 is #B9FF86. Grayscale: #222222. Windows color (decimal): -12189575 or 7929926. OLE color: 7929926.

HSL color Cylindrical-coordinate representation of color #460079: hue angle of 274.71º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460079 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 0 121 -
CMYK 0.42 1 0 0.53
HSL 274.71º 1% 0.24% -
HSV(B) 274.71º 1% 0.47% -
XYZ 5.98 2.68 18.29 -
YUV 34.72 176.69 153.16 -
System Red Green Blue C M Y K H S L
Decimal 70 0 121 0.42 1 0 0.53 274.71 1 0.24
Hex 46 0 79 2A 64 0 35 113 64 18
Octal 106 0 171 52 144 0 65 423 144 30
Binary 1000110 0 1111001 101010 1100100 0 110101 100010011 1100100 11000

Color Harmonies of #460079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460079

Black with #460079

Text Example


Text Example

White with #460079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460079; }

 p { color: rgb(70,0,121); }

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

background-color css

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

 a { background-color: rgb(70,0,121); }

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

border-color css

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

 span { border-color: rgb(70,0,121); }

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