#690492

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

Shades of Indigo #690492

Tints of Indigo #690492

Color information

#690492 (or 0x690492) is unknown color: approx Indigo. HEX triplet: 69, 04 and 92. RGB value is (105,4,146). Sum of RGB (Red+Green+Blue) = 105+4+146=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #690492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690492 is #96FB6D. Grayscale: #313131. Windows color (decimal): -9894766 or 9569385. OLE color: 9569385.

HSL color Cylindrical-coordinate representation of color #690492: hue angle of 282.68º degrees, saturation: 0.95, 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 #690492 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1054146-
CMYK0.280.9700.43
HSL282.68º94.67%29.41%-
HSV(B)282.68º97.26%57.25%-
XYZ11.065.1727.61-
YUV50.39181.96166.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.18%
GREEN value IS 4 (1.95% from 255) = 1.57%
BLUE value IS 146 (57.42% from 255) = 57.25%
R=41.18%
G=1.57%
B=57.25%

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
Decimal10541460.280.9700.43282.6894.6729.41
Hex694921C6102B11b5f1d
Octal15142223414105343313735
Binary1101001100100100101110011000010101011100011011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690492; }

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

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

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

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

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

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

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

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