#460B6C

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

Shades of Indigo #460B6C

Tints of Indigo #460B6C

Color information

#460B6C (or 0x460B6C) is unknown color: approx Indigo. HEX triplet: 46, 0B and 6C. RGB value is (70,11,108). Sum of RGB (Red+Green+Blue) = 70+11+108=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #460B6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460B6C is #B9F493. Grayscale: #272727. Windows color (decimal): -12186772 or 7080774. OLE color: 7080774.

HSL color Cylindrical-coordinate representation of color #460B6C: hue angle of 276.49º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460B6C is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7011108-
CMYK0.350.9000.58
HSL276.49º81.51%23.33%-
HSV(B)276.49º89.81%42.35%-
XYZ5.352.6214.41-
YUV39.7166.55149.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.04%
GREEN value IS 11 (4.69% from 255) = 5.82%
BLUE value IS 108 (42.58% from 255) = 57.14%
R=37.04%
G=5.82%
B=57.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70111080.350.9000.58276.4981.5123.33
Hex46B6C235A03A1145217
Octal106131544313207242412227
Binary10001101011110110010001110110100111010100010100101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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