#691394

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

Shades of Indigo #691394

Tints of Indigo #691394

Color information

#691394 (or 0x691394) is unknown color: approx Indigo. HEX triplet: 69, 13 and 94. RGB value is (105,19,148). Sum of RGB (Red+Green+Blue) = 105+19+148=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #691394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691394 is #96EC6B. Grayscale: #3A3A3A. Windows color (decimal): -9890924 or 9704297. OLE color: 9704297.

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

Color convert

RGB10519148-
CMYK0.290.8700.42
HSL280º77.25%32.75%-
HSV(B)280º87.16%58.04%-
XYZ11.45.6128.5-
YUV59.42177.99160.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.60%
GREEN value IS 19 (7.81% from 255) = 6.99%
BLUE value IS 148 (58.20% from 255) = 54.41%
R=38.60%
G=6.99%
B=54.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105191480.290.8700.4228077.2532.75
Hex6913941D5702A1184d21
Octal151232243512705243011541
Binary1101001100111001010011101101011101010101000110001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691394; }

 p { color: rgb(105,19,148); }

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

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

 a { background-color: rgb(105,19,148); }

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

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

 span { border-color: rgb(105,19,148); }

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