#671197

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

Shades of Indigo #671197

Tints of Indigo #671197

Color information

#671197 (or 0x671197) is unknown color: approx Indigo. HEX triplet: 67, 11 and 97. RGB value is (103,17,151). Sum of RGB (Red+Green+Blue) = 103+17+151=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 151 (59.38% from 255 or 55.72% from 271); Max value from RGB is 151 - color contains mainly: blue. Hex color #671197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671197 is #98EE68. Grayscale: #393939. Windows color (decimal): -10022505 or 9900391. OLE color: 9900391.

HSL color Cylindrical-coordinate representation of color #671197: hue angle of 278.51º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #671197 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10317151-
CMYK0.320.8900.41
HSL278.51º79.76%32.94%-
HSV(B)278.51º88.74%59.22%-
XYZ11.385.5229.74-
YUV57.99180.49160.1-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.01%
GREEN value IS 17 (7.03% from 255) = 6.27%
BLUE value IS 151 (59.38% from 255) = 55.72%
R=38.01%
G=6.27%
B=55.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal103171510.320.8900.41278.5179.7632.94
Hex67119720590291175021
Octal147212274013105142712041
Binary11001111000110010111100000101100101010011000101111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671197; }

 p { color: rgb(103,17,151); }

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

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

 a { background-color: rgb(103,17,151); }

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

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

 span { border-color: rgb(103,17,151); }

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