#460968

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

Shades of Indigo #460968

Tints of Indigo #460968

Color information

#460968 (or 0x460968) is unknown color: approx Indigo. HEX triplet: 46, 09 and 68. RGB value is (70,9,104). Sum of RGB (Red+Green+Blue) = 70+9+104=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #460968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460968 is #B9F697. Grayscale: #252525. Windows color (decimal): -12187288 or 6818118. OLE color: 6818118.

HSL color Cylindrical-coordinate representation of color #460968: hue angle of 278.53º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460968 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB709104-
CMYK0.330.9100.59
HSL278.53º84.07%22.16%-
HSV(B)278.53º91.35%40.78%-
XYZ5.122.513.31-
YUV38.07165.21150.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.25%
GREEN value IS 9 (3.91% from 255) = 4.92%
BLUE value IS 104 (41.02% from 255) = 56.83%
R=38.25%
G=4.92%
B=56.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7091040.330.9100.59278.5384.0722.16
Hex46968215B03B1175416
Octal106111504113307342712426
Binary10001101001110100010000110110110111011100010111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460968; }

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

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

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

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

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

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

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

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