Html Css Color HEX #691193 Indigo

📋 copy color: '#691193'

red 105 ◦ green 17 ◦ blue 147

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

Shades of Indigo #691193

Tints of Indigo #691193

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.32%

 BLUE value IS 147 (57.81% from 255) = 54.65%

R = 39.03%
G = 6.32%
B = 54.65%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#691193 (or 0x691193) is known color: Indigo. HEX triplet: 69, 11 and 93. RGB value is (105,17,147). Sum of RGB (Red+Green+Blue) = 105+17+147=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #691193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691193 is #96EE6C. Grayscale: #393939. Windows color (decimal): -9891437 or 9638249. OLE color: 9638249.

HSL color Cylindrical-coordinate representation of color #691193: hue angle of 280.62º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #691193 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 17 147 -
CMYK 0.29 0.88 0 0.42
HSL 280.62º 0.79% 0.32% -
HSV(B) 280.62º 0.88% 0.58% -
XYZ 11.29 5.51 28.07 -
YUV 58.13 178.15 161.43 -
System Red Green Blue C M Y K H S L
Decimal 105 17 147 0.29 0.88 0 0.42 280.62 0.79 0.32
Hex 69 11 93 1D 58 0 2A 119 4F 20
Octal 151 21 223 35 130 0 52 431 117 40
Binary 1101001 10001 10010011 11101 1011000 0 101010 100011001 1001111 100000

Color Harmonies of #691193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691193

Black with #691193

Text Example


Text Example

White with #691193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691193; }

 p { color: rgb(105,17,147); }

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

background-color css

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

 a { background-color: rgb(105,17,147); }

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

border-color css

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

 span { border-color: rgb(105,17,147); }

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