Html Css Color HEX #691492 Indigo

📋 copy color: '#691492'

red 105 ◦ green 20 ◦ blue 146

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

Shades of Indigo #691492

Tints of Indigo #691492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.38%

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

R = 38.75%
G = 7.38%
B = 53.87%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#691492 (or 0x691492) is known color: Indigo. HEX triplet: 69, 14 and 92. RGB value is (105,20,146). Sum of RGB (Red+Green+Blue) = 105+20+146=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #691492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691492 is #96EB6D. Grayscale: #3B3B3B. Windows color (decimal): -9890670 or 9573481. OLE color: 9573481.

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

Color convert

RGB 105 20 146 -
CMYK 0.28 0.86 0 0.43
HSL 280.48º 0.76% 0.33% -
HSV(B) 280.48º 0.86% 0.57% -
XYZ 11.26 5.58 27.68 -
YUV 59.78 176.66 160.25 -
System Red Green Blue C M Y K H S L
Decimal 105 20 146 0.28 0.86 0 0.43 280.48 0.76 0.33
Hex 69 14 92 1C 56 0 2B 118 4C 21
Octal 151 24 222 34 126 0 53 430 114 41
Binary 1101001 10100 10010010 11100 1010110 0 101011 100011000 1001100 100001

Color Harmonies of #691492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691492

Black with #691492

Text Example


Text Example

White with #691492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691492; }

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

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

background-color css

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

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

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

border-color css

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

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

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