Html Css Color HEX #691192 Indigo

📋 copy color: '#691192'

red 105 ◦ green 17 ◦ blue 146

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

Shades of Indigo #691192

Tints of Indigo #691192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 54.48%

R = 39.18%
G = 6.34%
B = 54.48%

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

#691192 (or 0x691192) is known color: Indigo. HEX triplet: 69, 11 and 92. RGB value is (105,17,146). Sum of RGB (Red+Green+Blue) = 105+17+146=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #691192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691192 is #96EE6D. Grayscale: #393939. Windows color (decimal): -9891438 or 9572713. OLE color: 9572713.

HSL color Cylindrical-coordinate representation of color #691192: hue angle of 280.93º degrees, saturation: 0.79, 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 #691192 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 17 146 -
CMYK 0.28 0.88 0 0.43
HSL 280.93º 0.79% 0.32% -
HSV(B) 280.93º 0.88% 0.57% -
XYZ 11.21 5.48 27.66 -
YUV 58.02 177.65 161.51 -
System Red Green Blue C M Y K H S L
Decimal 105 17 146 0.28 0.88 0 0.43 280.93 0.79 0.32
Hex 69 11 92 1C 58 0 2B 119 4F 20
Octal 151 21 222 34 130 0 53 431 117 40
Binary 1101001 10001 10010010 11100 1011000 0 101011 100011001 1001111 100000

Color Harmonies of #691192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691192

Black with #691192

Text Example


Text Example

White with #691192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691192; }

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

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

background-color css

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

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

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

border-color css

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

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

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