#460162

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

Shades of Indigo #460162

Tints of Indigo #460162

Color information

#460162 (or 0x460162) is unknown color: approx Indigo. HEX triplet: 46, 01 and 62. RGB value is (70,1,98). Sum of RGB (Red+Green+Blue) = 70+1+98=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 98 (38.67% from 255 or 57.99% from 169); Max value from RGB is 98 - color contains mainly: blue. Hex color #460162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460162 is #B9FE9D. Grayscale: #202020. Windows color (decimal): -12189342 or 6422854. OLE color: 6422854.

HSL color Cylindrical-coordinate representation of color #460162: hue angle of 282.68º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460162 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB70198-
CMYK0.290.9900.62
HSL282.68º97.98%19.41%-
HSV(B)282.68º98.98%38.43%-
XYZ4.742.2111.73-
YUV32.69164.86154.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.42%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 98 (38.67% from 255) = 57.99%
R=41.42%
G=0.59%
B=57.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal701980.290.9900.62282.6897.9819.41
Hex461621D6303E11b6213
Octal10611423514307643314223
Binary1000110111000101110111000110111110100011011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460162; }

 p { color: rgb(70,1,98); }

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

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

 a { background-color: rgb(70,1,98); }

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

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

 span { border-color: rgb(70,1,98); }

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