Html Css Color HEX #691297 Indigo

📋 copy color: '#691297'

red 105 ◦ green 18 ◦ blue 151

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

Shades of Indigo #691297

Tints of Indigo #691297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.57%

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

R = 38.32%
G = 6.57%
B = 55.11%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#691297 (or 0x691297) is known color: Indigo. HEX triplet: 69, 12 and 97. RGB value is (105,18,151). Sum of RGB (Red+Green+Blue) = 105+18+151=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 151 (59.38% from 255 or 55.11% from 274); Max value from RGB is 151 - color contains mainly: blue. Hex color #691297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691297 is #96ED68. Grayscale: #3A3A3A. Windows color (decimal): -9891177 or 9900649. OLE color: 9900649.

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

Color convert

RGB 105 18 151 -
CMYK 0.30 0.88 0 0.41
HSL 279.25º 0.79% 0.33% -
HSV(B) 279.25º 0.88% 0.59% -
XYZ 11.63 5.67 29.76 -
YUV 59.18 179.82 160.69 -
System Red Green Blue C M Y K H S L
Decimal 105 18 151 0.30 0.88 0 0.41 279.25 0.79 0.33
Hex 69 12 97 1E 58 0 29 117 4F 21
Octal 151 22 227 36 130 0 51 427 117 41
Binary 1101001 10010 10010111 11110 1011000 0 101001 100010111 1001111 100001

Color Harmonies of #691297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691297

Black with #691297

Text Example


Text Example

White with #691297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691297; }

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

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

background-color css

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

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

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

border-color css

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

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

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