#460692

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

Shades of Indigo #460692

Tints of Indigo #460692

Color information

#460692 (or 0x460692) is unknown color: approx Indigo. HEX triplet: 46, 06 and 92. RGB value is (70,6,146). Sum of RGB (Red+Green+Blue) = 70+6+146=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 146 (57.42% from 255 or 65.77% from 222); Max value from RGB is 146 - color contains mainly: blue. Hex color #460692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460692 is #B9F96D. Grayscale: #282828. Windows color (decimal): -12188014 or 9569862. OLE color: 9569862.

HSL color Cylindrical-coordinate representation of color #460692: hue angle of 267.43º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460692 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB706146-
CMYK0.520.9600.43
HSL267.43º92.11%29.8%-
HSV(B)267.43º95.89%57.25%-
XYZ7.783.5127.46-
YUV41.1187.2148.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 6 (2.73% from 255) = 2.70%
BLUE value IS 146 (57.42% from 255) = 65.77%
R=31.53%
G=2.70%
B=65.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7061460.520.9600.43267.4392.1129.8
Hex46692346002B10b5c1e
Octal10662226414005341313436
Binary10001101101001001011010011000000101011100001011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460692; }

 p { color: rgb(70,6,146); }

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

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

 a { background-color: rgb(70,6,146); }

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

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

 span { border-color: rgb(70,6,146); }

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