#690591

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

Shades of Indigo #690591

Tints of Indigo #690591

Color information

#690591 (or 0x690591) is unknown color: approx Indigo. HEX triplet: 69, 05 and 91. RGB value is (105,5,145). Sum of RGB (Red+Green+Blue) = 105+5+145=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #690591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690591 is #96FA6E. Grayscale: #323232. Windows color (decimal): -9894511 or 9504105. OLE color: 9504105.

HSL color Cylindrical-coordinate representation of color #690591: hue angle of 282.86º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #690591 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1055145-
CMYK0.280.9700.43
HSL282.86º93.33%29.41%-
HSV(B)282.86º96.55%56.86%-
XYZ10.995.1627.2-
YUV50.86181.13166.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.18%
GREEN value IS 5 (2.34% from 255) = 1.96%
BLUE value IS 145 (57.03% from 255) = 56.86%
R=41.18%
G=1.96%
B=56.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10551450.280.9700.43282.8693.3329.41
Hex695911C6102B11b5d1d
Octal15152213414105343313535
Binary1101001101100100011110011000010101011100011011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690591; }

 p { color: rgb(105,5,145); }

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

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

 a { background-color: rgb(105,5,145); }

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

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

 span { border-color: rgb(105,5,145); }

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