#460761

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

Shades of Indigo #460761

Tints of Indigo #460761

Color information

#460761 (or 0x460761) is unknown color: approx Indigo. HEX triplet: 46, 07 and 61. RGB value is (70,7,97). Sum of RGB (Red+Green+Blue) = 70+7+97=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 97 (38.28% from 255 or 55.75% from 174); Max value from RGB is 97 - color contains mainly: blue. Hex color #460761 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460761 is #B9F89E. Grayscale: #232323. Windows color (decimal): -12187807 or 6358854. OLE color: 6358854.

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

Color convert

RGB70797-
CMYK0.280.9300.62
HSL282º86.54%20.39%-
HSV(B)282º92.78%38.04%-
XYZ4.762.3211.51-
YUV36.1162.37152.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.23%
GREEN value IS 7 (3.12% from 255) = 4.02%
BLUE value IS 97 (38.28% from 255) = 55.75%
R=40.23%
G=4.02%
B=55.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal707970.280.9300.6228286.5420.39
Hex467611C5D03E11a5714
Octal10671413413507643212724
Binary100011011111000011110010111010111110100011010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460761; }

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

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

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

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

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

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

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

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