#460570

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

Shades of Indigo #460570

Tints of Indigo #460570

Color information

#460570 (or 0x460570) is unknown color: approx Indigo. HEX triplet: 46, 05 and 70. RGB value is (70,5,112). Sum of RGB (Red+Green+Blue) = 70+5+112=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #460570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460570 is #B9FA8F. Grayscale: #242424. Windows color (decimal): -12188304 or 7341382. OLE color: 7341382.

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

Color convert

RGB705112-
CMYK0.380.9600.56
HSL276.45º91.45%22.94%-
HSV(B)276.45º95.54%43.92%-
XYZ5.52.5815.54-
YUV36.63170.53151.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.43%
GREEN value IS 5 (2.34% from 255) = 2.67%
BLUE value IS 112 (44.14% from 255) = 59.89%
R=37.43%
G=2.67%
B=59.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7051120.380.9600.56276.4591.4522.94
Hex4657026600381145b17
Octal10651604614007042413327
Binary1000110101111000010011011000000111000100010100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460570; }

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

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

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

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

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

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

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

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