Html Css Color HEX #691596 Indigo

📋 copy color: '#691596'

red 105 ◦ green 21 ◦ blue 150

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

Shades of Indigo #691596

Tints of Indigo #691596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 54.35%

R = 38.04%
G = 7.61%
B = 54.35%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#691596 (or 0x691596) is known color: Indigo. HEX triplet: 69, 15 and 96. RGB value is (105,21,150). Sum of RGB (Red+Green+Blue) = 105+21+150=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 150 (58.98% from 255 or 54.35% from 276); Max value from RGB is 150 - color contains mainly: blue. Hex color #691596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691596 is #96EA69. Grayscale: #3C3C3C. Windows color (decimal): -9890410 or 9835881. OLE color: 9835881.

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

Color convert

RGB 105 21 150 -
CMYK 0.30 0.86 0 0.41
HSL 279.07º 0.75% 0.34% -
HSV(B) 279.07º 0.86% 0.59% -
XYZ 11.6 5.74 29.35 -
YUV 60.82 178.33 159.51 -
System Red Green Blue C M Y K H S L
Decimal 105 21 150 0.30 0.86 0 0.41 279.07 0.75 0.34
Hex 69 15 96 1E 56 0 29 117 4B 22
Octal 151 25 226 36 126 0 51 427 113 42
Binary 1101001 10101 10010110 11110 1010110 0 101001 100010111 1001011 100010

Color Harmonies of #691596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691596

Black with #691596

Text Example


Text Example

White with #691596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691596; }

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

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

background-color css

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

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

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

border-color css

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

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

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