#460961

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

Shades of Indigo #460961

Tints of Indigo #460961

Color information

#460961 (or 0x460961) is unknown color: approx Indigo. HEX triplet: 46, 09 and 61. RGB value is (70,9,97). Sum of RGB (Red+Green+Blue) = 70+9+97=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #460961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460961 is #B9F69E. Grayscale: #242424. Windows color (decimal): -12187295 or 6359366. OLE color: 6359366.

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

Color convert

RGB70997-
CMYK0.280.9100.62
HSL281.59º83.02%20.78%-
HSV(B)281.59º90.72%38.04%-
XYZ4.782.3611.51-
YUV37.27161.71151.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.77%
GREEN value IS 9 (3.91% from 255) = 5.11%
BLUE value IS 97 (38.28% from 255) = 55.11%
R=39.77%
G=5.11%
B=55.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal709970.280.9100.62281.5983.0220.78
Hex469611C5B03E11a5315
Octal106111413413307643212325
Binary1000110100111000011110010110110111110100011010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460961; }

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

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

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

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

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

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

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

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