Html Css Color HEX #691599 Indigo

📋 copy color: '#691599'

red 105 ◦ green 21 ◦ blue 153

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

Shades of Indigo #691599

Tints of Indigo #691599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.53%

 BLUE value IS 153 (60.16% from 255) = 54.84%

R = 37.63%
G = 7.53%
B = 54.84%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#691599 (or 0x691599) is known color: Indigo. HEX triplet: 69, 15 and 99. RGB value is (105,21,153). Sum of RGB (Red+Green+Blue) = 105+21+153=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #691599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691599 is #96EA66. Grayscale: #3C3C3C. Windows color (decimal): -9890407 or 10032489. OLE color: 10032489.

HSL color Cylindrical-coordinate representation of color #691599: hue angle of 278.18º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #691599 is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 21 153 -
CMYK 0.31 0.86 0 0.4
HSL 278.18º 0.76% 0.34% -
HSV(B) 278.18º 0.86% 0.6% -
XYZ 11.84 5.84 30.64 -
YUV 61.16 179.83 159.27 -
System Red Green Blue C M Y K H S L
Decimal 105 21 153 0.31 0.86 0 0.4 278.18 0.76 0.34
Hex 69 15 99 1F 56 0 28 116 4C 22
Octal 151 25 231 37 126 0 50 426 114 42
Binary 1101001 10101 10011001 11111 1010110 0 101000 100010110 1001100 100010

Color Harmonies of #691599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691599

Black with #691599

Text Example


Text Example

White with #691599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691599; }

 p { color: rgb(105,21,153); }

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

background-color css

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

 a { background-color: rgb(105,21,153); }

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

border-color css

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

 span { border-color: rgb(105,21,153); }

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