Html Css Color HEX #691291 Indigo

📋 copy color: '#691291'

red 105 ◦ green 18 ◦ blue 145

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

Shades of Indigo #691291

Tints of Indigo #691291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.1%

R = 39.18%
G = 6.72%
B = 54.1%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#691291 (or 0x691291) is known color: Indigo. HEX triplet: 69, 12 and 91. RGB value is (105,18,145). Sum of RGB (Red+Green+Blue) = 105+18+145=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #691291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691291 is #96ED6E. Grayscale: #3A3A3A. Windows color (decimal): -9891183 or 9507433. OLE color: 9507433.

HSL color Cylindrical-coordinate representation of color #691291: hue angle of 281.1º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #691291 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 18 145 -
CMYK 0.28 0.88 0 0.43
HSL 281.1º 0.78% 0.32% -
HSV(B) 281.1º 0.88% 0.57% -
XYZ 11.15 5.48 27.26 -
YUV 58.49 176.82 161.17 -
System Red Green Blue C M Y K H S L
Decimal 105 18 145 0.28 0.88 0 0.43 281.1 0.78 0.32
Hex 69 12 91 1C 58 0 2B 119 4E 20
Octal 151 22 221 34 130 0 53 431 116 40
Binary 1101001 10010 10010001 11100 1011000 0 101011 100011001 1001110 100000

Color Harmonies of #691291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691291

Black with #691291

Text Example


Text Example

White with #691291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691291; }

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

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

background-color css

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

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

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

border-color css

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

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

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