Html Css Color HEX #691289 Indigo

📋 copy color: '#691289'

red 105 ◦ green 18 ◦ blue 137

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

Shades of Indigo #691289

Tints of Indigo #691289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 52.69%

R = 40.38%
G = 6.92%
B = 52.69%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#691289 (or 0x691289) is known color: Indigo. HEX triplet: 69, 12 and 89. RGB value is (105,18,137). Sum of RGB (Red+Green+Blue) = 105+18+137=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #691289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691289 is #96ED76. Grayscale: #393939. Windows color (decimal): -9891191 or 8983145. OLE color: 8983145.

HSL color Cylindrical-coordinate representation of color #691289: hue angle of 283.87º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #691289 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 18 137 -
CMYK 0.23 0.87 0 0.46
HSL 283.87º 0.77% 0.3% -
HSV(B) 283.87º 0.87% 0.54% -
XYZ 10.56 5.24 24.12 -
YUV 57.58 172.82 161.82 -
System Red Green Blue C M Y K H S L
Decimal 105 18 137 0.23 0.87 0 0.46 283.87 0.77 0.3
Hex 69 12 89 17 57 0 2E 11C 4D 1E
Octal 151 22 211 27 127 0 56 434 115 36
Binary 1101001 10010 10001001 10111 1010111 0 101110 100011100 1001101 11110

Color Harmonies of #691289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691289

Black with #691289

Text Example


Text Example

White with #691289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691289; }

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

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

background-color css

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

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

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

border-color css

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

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

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