#461590

Color #461590 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #461590

Tints of Indigo #461590

Color information

#461590 (or 0x461590) is unknown color: approx Indigo. HEX triplet: 46, 15 and 90. RGB value is (70,21,144). Sum of RGB (Red+Green+Blue) = 70+21+144=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #461590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461590 is #B9EA6F. Grayscale: #313131. Windows color (decimal): -12184176 or 9442630. OLE color: 9442630.

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

Color convert

RGB7021144-
CMYK0.510.8500.44
HSL263.9º74.55%32.35%-
HSV(B)263.9º85.42%56.47%-
XYZ7.833.8526.72-
YUV49.67181.23142.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 21 (8.59% from 255) = 8.94%
BLUE value IS 144 (56.64% from 255) = 61.28%
R=29.79%
G=8.94%
B=61.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70211440.510.8500.44263.974.5532.35
Hex461590335502C1084b20
Octal106252206312505441011340
Binary10001101010110010000110011101010101011001000010001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461590; }

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

 H1.HeaderClassName
 {
   color: #461590;
 }
 .AnyTagClassName
 {
   color: #461590;
 }
</style>
background-color css

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

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

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

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

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

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