#460261

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

Shades of Indigo #460261

Tints of Indigo #460261

Color information

#460261 (or 0x460261) is unknown color: approx Indigo. HEX triplet: 46, 02 and 61. RGB value is (70,2,97). Sum of RGB (Red+Green+Blue) = 70+2+97=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #460261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460261 is #B9FD9E. Grayscale: #202020. Windows color (decimal): -12189087 or 6357574. OLE color: 6357574.

HSL color Cylindrical-coordinate representation of color #460261: hue angle of 282.95º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #460261 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB70297-
CMYK0.280.9800.62
HSL282.95º95.96%19.41%-
HSV(B)282.95º97.94%38.04%-
XYZ4.712.2111.49-
YUV33.16164.03154.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.42%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 97 (38.28% from 255) = 57.40%
R=41.42%
G=1.18%
B=57.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal702970.280.9800.62282.9595.9619.41
Hex462611C6203E11b6013
Octal10621413414207643314023
Binary10001101011000011110011000100111110100011011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460261; }

 p { color: rgb(70,2,97); }

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

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

 a { background-color: rgb(70,2,97); }

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

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

 span { border-color: rgb(70,2,97); }

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