#671286

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

Shades of Indigo #671286

Tints of Indigo #671286

Color information

#671286 (or 0x671286) is unknown color: approx Indigo. HEX triplet: 67, 12 and 86. RGB value is (103,18,134). Sum of RGB (Red+Green+Blue) = 103+18+134=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #671286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671286 is #98ED79. Grayscale: #383838. Windows color (decimal): -10022266 or 8786535. OLE color: 8786535.

HSL color Cylindrical-coordinate representation of color #671286: hue angle of 283.97º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #671286 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10318134-
CMYK0.230.8700.47
HSL283.97º76.32%29.8%-
HSV(B)283.97º86.57%52.55%-
XYZ10.115.0422.99-
YUV56.64171.66161.07-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.39%
GREEN value IS 18 (7.42% from 255) = 7.06%
BLUE value IS 134 (52.73% from 255) = 52.55%
R=40.39%
G=7.06%
B=52.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal103181340.230.8700.47283.9776.3229.8
Hex671286175702F11c4c1e
Octal147222062712705743411436
Binary110011110010100001101011110101110101111100011100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671286; }

 p { color: rgb(103,18,134); }

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

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

 a { background-color: rgb(103,18,134); }

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

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

 span { border-color: rgb(103,18,134); }

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