#460B7D

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

Shades of Indigo #460B7D

Tints of Indigo #460B7D

Color information

#460B7D (or 0x460B7D) is unknown color: approx Indigo. HEX triplet: 46, 0B and 7D. RGB value is (70,11,125). Sum of RGB (Red+Green+Blue) = 70+11+125=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #460B7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460B7D is #B9F482. Grayscale: #292929. Windows color (decimal): -12186755 or 8194886. OLE color: 8194886.

HSL color Cylindrical-coordinate representation of color #460B7D: hue angle of 271.05º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460B7D is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7011125-
CMYK0.440.9100.51
HSL271.05º83.82%26.67%-
HSV(B)271.05º91.2%49.02%-
XYZ6.353.0219.65-
YUV41.64175.05148.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.98%
GREEN value IS 11 (4.69% from 255) = 5.34%
BLUE value IS 125 (49.22% from 255) = 60.68%
R=33.98%
G=5.34%
B=60.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70111250.440.9100.51271.0583.8226.67
Hex46B7D2C5B03310f541b
Octal106131755413306341712433
Binary10001101011111110110110010110110110011100001111101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,11,125); }

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

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

 a { background-color: rgb(70,11,125); }

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

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

 span { border-color: rgb(70,11,125); }

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