#691195

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

Shades of Indigo #691195

Tints of Indigo #691195

Color information

#691195 (or 0x691195) is unknown color: approx Indigo. HEX triplet: 69, 11 and 95. RGB value is (105,17,149). Sum of RGB (Red+Green+Blue) = 105+17+149=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #691195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691195 is #96EE6A. Grayscale: #393939. Windows color (decimal): -9891435 or 9769321. OLE color: 9769321.

HSL color Cylindrical-coordinate representation of color #691195: hue angle of 280º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #691195 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10517149-
CMYK0.300.8900.42
HSL280º79.52%32.55%-
HSV(B)280º88.59%58.43%-
XYZ11.455.5728.91-
YUV58.36179.15161.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.75%
GREEN value IS 17 (7.03% from 255) = 6.27%
BLUE value IS 149 (58.59% from 255) = 54.98%
R=38.75%
G=6.27%
B=54.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105171490.300.8900.4228079.5232.55
Hex6911951E5902A1185021
Octal151212253613105243012041
Binary1101001100011001010111110101100101010101000110001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691195; }

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

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

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

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

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

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

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

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