#460086

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

Shades of Indigo #460086

Tints of Indigo #460086

Color information

#460086 (or 0x460086) is unknown color: approx Indigo. HEX triplet: 46, 00 and 86. RGB value is (70,0,134). Sum of RGB (Red+Green+Blue) = 70+0+134=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 134 (52.73% from 255 or 65.69% from 204); Max value from RGB is 134 - color contains mainly: blue. Hex color #460086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460086 is #B9FF79. Grayscale: #232323. Windows color (decimal): -12189562 or 8781894. OLE color: 8781894.

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

Color convert

RGB700134-
CMYK0.48100.47
HSL271.34º100%26.27%-
HSV(B)271.34º100%52.55%-
XYZ6.833.0222.78-
YUV36.21183.19152.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 134 (52.73% from 255) = 65.69%
R=34.31%
G=0%
B=65.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7001340.48100.47271.3410026.27
Hex46086306402F10f641a
Octal10602066014405741714432
Binary100011001000011011000011001000101111100001111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460086; }

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

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

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

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

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

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

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

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