#460770

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

Shades of Indigo #460770

Tints of Indigo #460770

Color information

#460770 (or 0x460770) is unknown color: approx Indigo. HEX triplet: 46, 07 and 70. RGB value is (70,7,112). Sum of RGB (Red+Green+Blue) = 70+7+112=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #460770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460770 is #B9F88F. Grayscale: #252525. Windows color (decimal): -12187792 or 7341894. OLE color: 7341894.

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

Color convert

RGB707112-
CMYK0.380.9400.56
HSL276º88.24%23.33%-
HSV(B)276º93.75%43.92%-
XYZ5.532.6215.54-
YUV37.81169.87150.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.04%
GREEN value IS 7 (3.12% from 255) = 3.70%
BLUE value IS 112 (44.14% from 255) = 59.26%
R=37.04%
G=3.70%
B=59.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7071120.380.9400.5627688.2423.33
Hex46770265E0381145817
Octal10671604613607042413027
Binary1000110111111000010011010111100111000100010100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460770; }

 p { color: rgb(70,7,112); }

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

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

 a { background-color: rgb(70,7,112); }

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

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

 span { border-color: rgb(70,7,112); }

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