#460376

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

Shades of Indigo #460376

Tints of Indigo #460376

Color information

#460376 (or 0x460376) is unknown color: approx Indigo. HEX triplet: 46, 03 and 76. RGB value is (70,3,118). Sum of RGB (Red+Green+Blue) = 70+3+118=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 118 (46.48% from 255 or 61.78% from 191); Max value from RGB is 118 - color contains mainly: blue. Hex color #460376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460376 is #B9FC89. Grayscale: #232323. Windows color (decimal): -12188810 or 7734086. OLE color: 7734086.

HSL color Cylindrical-coordinate representation of color #460376: hue angle of 274.96º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460376 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB703118-
CMYK0.410.9700.54
HSL274.96º95.04%23.73%-
HSV(B)274.96º97.46%46.27%-
XYZ5.832.6817.35-
YUV36.14174.2152.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.65%
GREEN value IS 3 (1.56% from 255) = 1.57%
BLUE value IS 118 (46.48% from 255) = 61.78%
R=36.65%
G=1.57%
B=61.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7031180.410.9700.54274.9695.0423.73
Hex4637629610361135f18
Octal10631665114106642313730
Binary100011011111011010100111000010110110100010011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460376; }

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

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

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

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

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

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

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

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