#460669

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

Shades of Indigo #460669

Tints of Indigo #460669

Color information

#460669 (or 0x460669) is unknown color: approx Indigo. HEX triplet: 46, 06 and 69. RGB value is (70,6,105). Sum of RGB (Red+Green+Blue) = 70+6+105=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #460669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460669 is #B9F996. Grayscale: #242424. Windows color (decimal): -12188055 or 6882886. OLE color: 6882886.

HSL color Cylindrical-coordinate representation of color #460669: hue angle of 278.79º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460669 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB706105-
CMYK0.330.9400.59
HSL278.79º89.19%21.76%-
HSV(B)278.79º94.29%41.18%-
XYZ5.142.4513.57-
YUV36.42166.7151.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 6 (2.73% from 255) = 3.31%
BLUE value IS 105 (41.41% from 255) = 58.01%
R=38.67%
G=3.31%
B=58.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7061050.330.9400.59278.7989.1921.76
Hex46669215E03B1175916
Octal10661514113607342713126
Binary1000110110110100110000110111100111011100010111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460669; }

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

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

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

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

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

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

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

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