#671886

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

Shades of Indigo #671886

Tints of Indigo #671886

Color information

#671886 (or 0x671886) is unknown color: approx Indigo. HEX triplet: 67, 18 and 86. RGB value is (103,24,134). Sum of RGB (Red+Green+Blue) = 103+24+134=261 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.46% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #671886 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671886 is #98E779. Grayscale: #3B3B3B. Windows color (decimal): -10020730 or 8788071. OLE color: 8788071.

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

Color convert

RGB10324134-
CMYK0.230.8200.47
HSL283.09º69.62%30.98%-
HSV(B)283.09º82.09%52.55%-
XYZ10.225.2623.03-
YUV60.16169.67158.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.46%
GREEN value IS 24 (9.77% from 255) = 9.20%
BLUE value IS 134 (52.73% from 255) = 51.34%
R=39.46%
G=9.20%
B=51.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal103241340.230.8200.47283.0969.6230.98
Hex671886175202F11b461f
Octal147302062712205743310637
Binary110011111000100001101011110100100101111100011011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671886; }

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

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

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

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

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

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

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

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