#671487

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

Shades of Indigo #671487

Tints of Indigo #671487

Color information

#671487 (or 0x671487) is unknown color: approx Indigo. HEX triplet: 67, 14 and 87. RGB value is (103,20,135). Sum of RGB (Red+Green+Blue) = 103+20+135=258 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.92% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 135 (53.12% from 255 or 52.33% from 258); Max value from RGB is 135 - color contains mainly: blue. Hex color #671487 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671487 is #98EB78. Grayscale: #393939. Windows color (decimal): -10021753 or 8852583. OLE color: 8852583.

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

Color convert

RGB10320135-
CMYK0.240.8500.47
HSL283.3º74.19%30.39%-
HSV(B)283.3º85.19%52.94%-
XYZ10.225.1323.37-
YUV57.93171.5160.15-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.92%
GREEN value IS 20 (8.20% from 255) = 7.75%
BLUE value IS 135 (53.12% from 255) = 52.33%
R=39.92%
G=7.75%
B=52.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal103201350.240.8500.47283.374.1930.39
Hex671487185502F11b4a1e
Octal147242073012505743311236
Binary110011110100100001111100010101010101111100011011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671487; }

 p { color: rgb(103,20,135); }

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

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

 a { background-color: rgb(103,20,135); }

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

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

 span { border-color: rgb(103,20,135); }

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