#691193

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

Shades of Indigo #691193

Tints of Indigo #691193

Color information

#691193 (or 0x691193) is unknown color: approx Indigo. HEX triplet: 69, 11 and 93. RGB value is (105,17,147). Sum of RGB (Red+Green+Blue) = 105+17+147=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #691193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691193 is #96EE6C. Grayscale: #393939. Windows color (decimal): -9891437 or 9638249. OLE color: 9638249.

HSL color Cylindrical-coordinate representation of color #691193: hue angle of 280.62º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #691193 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10517147-
CMYK0.290.8800.42
HSL280.62º79.27%32.16%-
HSV(B)280.62º88.44%57.65%-
XYZ11.295.5128.07-
YUV58.13178.15161.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.03%
GREEN value IS 17 (7.03% from 255) = 6.32%
BLUE value IS 147 (57.81% from 255) = 54.65%
R=39.03%
G=6.32%
B=54.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105171470.290.8800.42280.6279.2732.16
Hex6911931D5802A1194f20
Octal151212233513005243111740
Binary1101001100011001001111101101100001010101000110011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691193; }

 p { color: rgb(105,17,147); }

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

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

 a { background-color: rgb(105,17,147); }

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

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

 span { border-color: rgb(105,17,147); }

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