#691297

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

Shades of Indigo #691297

Tints of Indigo #691297

Color information

#691297 (or 0x691297) is unknown color: approx Indigo. HEX triplet: 69, 12 and 97. RGB value is (105,18,151). Sum of RGB (Red+Green+Blue) = 105+18+151=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 151 (59.38% from 255 or 55.11% from 274); Max value from RGB is 151 - color contains mainly: blue. Hex color #691297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691297 is #96ED68. Grayscale: #3A3A3A. Windows color (decimal): -9891177 or 9900649. OLE color: 9900649.

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

Color convert

RGB10518151-
CMYK0.300.8800.41
HSL279.25º78.7%33.14%-
HSV(B)279.25º88.08%59.22%-
XYZ11.635.6729.76-
YUV59.18179.82160.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.32%
GREEN value IS 18 (7.42% from 255) = 6.57%
BLUE value IS 151 (59.38% from 255) = 55.11%
R=38.32%
G=6.57%
B=55.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105181510.300.8800.41279.2578.733.14
Hex6912971E580291174f21
Octal151222273613005142711741
Binary1101001100101001011111110101100001010011000101111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691297; }

 p { color: rgb(105,18,151); }

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

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

 a { background-color: rgb(105,18,151); }

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

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

 span { border-color: rgb(105,18,151); }

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