Html Css Color HEX #691197 Indigo

📋 copy color: '#691197'

red 105 ◦ green 17 ◦ blue 151

#691197
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #691197

Tints of Indigo #691197

RGB

 RED value IS 105 (41.41% from 255) = 38.46%

 GREEN value IS 17 (7.03% from 255) = 6.23%

 BLUE value IS 151 (59.38% from 255) = 55.31%

R = 38.46%
G = 6.23%
B = 55.31%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#691197 (or 0x691197) is known color: Indigo. HEX triplet: 69, 11 and 97. RGB value is (105,17,151). Sum of RGB (Red+Green+Blue) = 105+17+151=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #691197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691197 is #96EE68. Grayscale: #3A3A3A. Windows color (decimal): -9891433 or 9900393. OLE color: 9900393.

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

Color convert

RGB 105 17 151 -
CMYK 0.30 0.89 0 0.41
HSL 279.4º 0.8% 0.33% -
HSV(B) 279.4º 0.89% 0.59% -
XYZ 11.61 5.64 29.75 -
YUV 58.59 180.15 161.1 -
System Red Green Blue C M Y K H S L
Decimal 105 17 151 0.30 0.89 0 0.41 279.4 0.8 0.33
Hex 69 11 97 1E 59 0 29 117 50 21
Octal 151 21 227 36 131 0 51 427 120 41
Binary 1101001 10001 10010111 11110 1011001 0 101001 100010111 1010000 100001

Color Harmonies of #691197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691197

Black with #691197

Text Example


Text Example

White with #691197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691197; }

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

 H1.HeaderClassName
 {
   color: #691197;
 }
 .AnyTagClassName
 {
   color: #691197;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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