#690592

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

Shades of Indigo #690592

Tints of Indigo #690592

Color information

#690592 (or 0x690592) is unknown color: approx Indigo. HEX triplet: 69, 05 and 92. RGB value is (105,5,146). Sum of RGB (Red+Green+Blue) = 105+5+146=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #690592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690592 is #96FA6D. Grayscale: #323232. Windows color (decimal): -9894510 or 9569641. OLE color: 9569641.

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

Color convert

RGB1055146-
CMYK0.280.9700.43
HSL282.55º93.38%29.61%-
HSV(B)282.55º96.58%57.25%-
XYZ11.075.1927.61-
YUV50.97181.63166.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.02%
GREEN value IS 5 (2.34% from 255) = 1.95%
BLUE value IS 146 (57.42% from 255) = 57.03%
R=41.02%
G=1.95%
B=57.03%

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
Decimal10551460.280.9700.43282.5593.3829.61
Hex695921C6102B11b5d1e
Octal15152223414105343313536
Binary1101001101100100101110011000010101011100011011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690592; }

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

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

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

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

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

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

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

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