Html Css Color HEX #691592 Indigo

📋 copy color: '#691592'

red 105 ◦ green 21 ◦ blue 146

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

Shades of Indigo #691592

Tints of Indigo #691592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.72%

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

R = 38.6%
G = 7.72%
B = 53.68%

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

#691592 (or 0x691592) is known color: Indigo. HEX triplet: 69, 15 and 92. RGB value is (105,21,146). Sum of RGB (Red+Green+Blue) = 105+21+146=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #691592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691592 is #96EA6D. Grayscale: #3B3B3B. Windows color (decimal): -9890414 or 9573737. OLE color: 9573737.

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

Color convert

RGB 105 21 146 -
CMYK 0.28 0.86 0 0.43
HSL 280.32º 0.75% 0.33% -
HSV(B) 280.32º 0.86% 0.57% -
XYZ 11.28 5.61 27.68 -
YUV 60.37 176.33 159.84 -
System Red Green Blue C M Y K H S L
Decimal 105 21 146 0.28 0.86 0 0.43 280.32 0.75 0.33
Hex 69 15 92 1C 56 0 2B 118 4B 21
Octal 151 25 222 34 126 0 53 430 113 41
Binary 1101001 10101 10010010 11100 1010110 0 101011 100011000 1001011 100001

Color Harmonies of #691592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691592

Black with #691592

Text Example


Text Example

White with #691592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691592; }

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

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

background-color css

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

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

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

border-color css

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

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

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