#460662

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

Shades of Indigo #460662

Tints of Indigo #460662

Color information

#460662 (or 0x460662) is unknown color: approx Indigo. HEX triplet: 46, 06 and 62. RGB value is (70,6,98). Sum of RGB (Red+Green+Blue) = 70+6+98=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #460662 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460662 is #B9F99D. Grayscale: #232323. Windows color (decimal): -12188062 or 6424134. OLE color: 6424134.

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

Color convert

RGB70698-
CMYK0.290.9400.62
HSL281.74º88.46%20.39%-
HSV(B)281.74º93.88%38.43%-
XYZ4.82.3111.75-
YUV35.62163.2152.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.23%
GREEN value IS 6 (2.73% from 255) = 3.45%
BLUE value IS 98 (38.67% from 255) = 56.32%
R=40.23%
G=3.45%
B=56.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal706980.290.9400.62281.7488.4620.39
Hex466621D5E03E11a5814
Octal10661423513607643213024
Binary100011011011000101110110111100111110100011010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460662; }

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

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

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

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

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

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

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

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