#460368

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

Shades of Indigo #460368

Tints of Indigo #460368

Color information

#460368 (or 0x460368) is unknown color: approx Indigo. HEX triplet: 46, 03 and 68. RGB value is (70,3,104). Sum of RGB (Red+Green+Blue) = 70+3+104=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #460368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460368 is #B9FC97. Grayscale: #222222. Windows color (decimal): -12188824 or 6816582. OLE color: 6816582.

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

Color convert

RGB703104-
CMYK0.330.9700.59
HSL279.8º94.39%20.98%-
HSV(B)279.8º97.12%40.78%-
XYZ5.062.3713.29-
YUV34.55167.2153.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.55%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 104 (41.02% from 255) = 58.76%
R=39.55%
G=1.69%
B=58.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7031040.330.9700.59279.894.3920.98
Hex46368216103B1185e15
Octal10631504114107343013625
Binary100011011110100010000111000010111011100011000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460368; }

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

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

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

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

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

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

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

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