#460268

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

Shades of Indigo #460268

Tints of Indigo #460268

Color information

#460268 (or 0x460268) is unknown color: approx Indigo. HEX triplet: 46, 02 and 68. RGB value is (70,2,104). Sum of RGB (Red+Green+Blue) = 70+2+104=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 104 (41.02% from 255 or 59.09% from 176); Max value from RGB is 104 - color contains mainly: blue. Hex color #460268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460268 is #B9FD97. Grayscale: #212121. Windows color (decimal): -12189080 or 6816326. OLE color: 6816326.

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

Color convert

RGB702104-
CMYK0.330.9800.59
HSL280º96.23%20.78%-
HSV(B)280º98.08%40.78%-
XYZ5.052.3413.28-
YUV33.96167.53153.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.77%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 104 (41.02% from 255) = 59.09%
R=39.77%
G=1.14%
B=59.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7021040.330.9800.5928096.2320.78
Hex46268216203B1186015
Octal10621504114207343014025
Binary100011010110100010000111000100111011100011000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460268; }

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

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

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

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

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

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

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

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