Html Css Color HEX #691397 Indigo

📋 copy color: '#691397'

red 105 ◦ green 19 ◦ blue 151

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

Shades of Indigo #691397

Tints of Indigo #691397

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.91%

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

R = 38.18%
G = 6.91%
B = 54.91%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#691397 (or 0x691397) is known color: Indigo. HEX triplet: 69, 13 and 97. RGB value is (105,19,151). Sum of RGB (Red+Green+Blue) = 105+19+151=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 151 (59.38% from 255 or 54.91% from 275); Max value from RGB is 151 - color contains mainly: blue. Hex color #691397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691397 is #96EC68. Grayscale: #3B3B3B. Windows color (decimal): -9890921 or 9900905. OLE color: 9900905.

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

Color convert

RGB 105 19 151 -
CMYK 0.30 0.87 0 0.41
HSL 279.09º 0.78% 0.33% -
HSV(B) 279.09º 0.87% 0.59% -
XYZ 11.64 5.7 29.77 -
YUV 59.76 179.49 160.27 -
System Red Green Blue C M Y K H S L
Decimal 105 19 151 0.30 0.87 0 0.41 279.09 0.78 0.33
Hex 69 13 97 1E 57 0 29 117 4E 21
Octal 151 23 227 36 127 0 51 427 116 41
Binary 1101001 10011 10010111 11110 1010111 0 101001 100010111 1001110 100001

Color Harmonies of #691397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691397

Black with #691397

Text Example


Text Example

White with #691397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691397; }

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

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

background-color css

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

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

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

border-color css

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

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

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