Html Css Color HEX #461579 Indigo

📋 copy color: '#461579'

red 70 ◦ green 21 ◦ blue 121

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

Shades of Indigo #461579

Tints of Indigo #461579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.91%

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

R = 33.02%
G = 9.91%
B = 57.08%

CMYK

 C value IS 0.42

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#461579 (or 0x461579) is known color: Indigo. HEX triplet: 46, 15 and 79. RGB value is (70,21,121). Sum of RGB (Red+Green+Blue) = 70+21+121=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 121 (47.66% from 255 or 57.08% from 212); Max value from RGB is 121 - color contains mainly: blue. Hex color #461579 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461579 is #B9EA86. Grayscale: #2E2E2E. Windows color (decimal): -12184199 or 7935302. OLE color: 7935302.

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

Color convert

RGB 70 21 121 -
CMYK 0.42 0.83 0 0.53
HSL 269.4º 0.7% 0.28% -
HSV(B) 269.4º 0.83% 0.47% -
XYZ 6.25 3.22 18.38 -
YUV 47.05 169.73 144.37 -
System Red Green Blue C M Y K H S L
Decimal 70 21 121 0.42 0.83 0 0.53 269.4 0.7 0.28
Hex 46 15 79 2A 53 0 35 10D 46 1C
Octal 106 25 171 52 123 0 65 415 106 34
Binary 1000110 10101 1111001 101010 1010011 0 110101 100001101 1000110 11100

Color Harmonies of #461579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461579

Black with #461579

Text Example


Text Example

White with #461579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461579; }

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

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

background-color css

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

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

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

border-color css

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

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

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