#460374

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

Shades of Indigo #460374

Tints of Indigo #460374

Color information

#460374 (or 0x460374) is unknown color: approx Indigo. HEX triplet: 46, 03 and 74. RGB value is (70,3,116). Sum of RGB (Red+Green+Blue) = 70+3+116=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 116 (45.70% from 255 or 61.38% from 189); Max value from RGB is 116 - color contains mainly: blue. Hex color #460374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460374 is #B9FC8B. Grayscale: #232323. Windows color (decimal): -12188812 or 7603014. OLE color: 7603014.

HSL color Cylindrical-coordinate representation of color #460374: hue angle of 275.58º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460374 is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB703116-
CMYK0.400.9700.55
HSL275.58º94.96%23.33%-
HSV(B)275.58º97.41%45.49%-
XYZ5.712.6316.73-
YUV35.92173.2152.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.04%
GREEN value IS 3 (1.56% from 255) = 1.59%
BLUE value IS 116 (45.70% from 255) = 61.38%
R=37.04%
G=1.59%
B=61.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7031160.400.9700.55275.5894.9623.33
Hex4637428610371145f17
Octal10631645014106742413727
Binary100011011111010010100011000010110111100010100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460374; }

 p { color: rgb(70,3,116); }

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

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

 a { background-color: rgb(70,3,116); }

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

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

 span { border-color: rgb(70,3,116); }

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