#460F67

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

Shades of Indigo #460F67

Tints of Indigo #460F67

Color information

#460F67 (or 0x460F67) is unknown color: approx Indigo. HEX triplet: 46, 0F and 67. RGB value is (70,15,103). Sum of RGB (Red+Green+Blue) = 70+15+103=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 103 (40.62% from 255 or 54.79% from 188); Max value from RGB is 103 - color contains mainly: blue. Hex color #460F67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460F67 is #B9F098. Grayscale: #292929. Windows color (decimal): -12185753 or 6754118. OLE color: 6754118.

HSL color Cylindrical-coordinate representation of color #460F67: hue angle of 277.5º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #460F67 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7015103-
CMYK0.320.8500.60
HSL277.5º74.58%23.14%-
HSV(B)277.5º85.44%40.39%-
XYZ5.142.6213.07-
YUV41.48162.72148.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.23%
GREEN value IS 15 (6.25% from 255) = 7.98%
BLUE value IS 103 (40.62% from 255) = 54.79%
R=37.23%
G=7.98%
B=54.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70151030.320.8500.60277.574.5823.14
Hex46F67205503C1164b17
Octal106171474012507442611327
Binary10001101111110011110000010101010111100100010110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460F67; }

 p { color: rgb(70,15,103); }

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

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

 a { background-color: rgb(70,15,103); }

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

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

 span { border-color: rgb(70,15,103); }

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