#461087

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

Shades of Indigo #461087

Tints of Indigo #461087

Color information

#461087 (or 0x461087) is unknown color: approx Indigo. HEX triplet: 46, 10 and 87. RGB value is (70,16,135). Sum of RGB (Red+Green+Blue) = 70+16+135=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 135 (53.12% from 255 or 61.09% from 221); Max value from RGB is 135 - color contains mainly: blue. Hex color #461087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461087 is #B9EF78. Grayscale: #2D2D2D. Windows color (decimal): -12185465 or 8851526. OLE color: 8851526.

HSL color Cylindrical-coordinate representation of color #461087: hue angle of 267.23º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461087 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7016135-
CMYK0.480.8800.47
HSL267.23º78.81%29.61%-
HSV(B)267.23º88.15%52.94%-
XYZ7.083.4223.21-
YUV45.71178.39145.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 16 (6.64% from 255) = 7.24%
BLUE value IS 135 (53.12% from 255) = 61.09%
R=31.67%
G=7.24%
B=61.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70161350.480.8800.47267.2378.8129.61
Hex461087305802F10b4f1e
Octal106202076013005741311736
Binary1000110100001000011111000010110000101111100001011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461087; }

 p { color: rgb(70,16,135); }

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

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

 a { background-color: rgb(70,16,135); }

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

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

 span { border-color: rgb(70,16,135); }

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