Html Css Color HEX #691395 Indigo

📋 copy color: '#691395'

red 105 ◦ green 19 ◦ blue 149

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

Shades of Indigo #691395

Tints of Indigo #691395

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

 BLUE value IS 149 (58.59% from 255) = 54.58%

R = 38.46%
G = 6.96%
B = 54.58%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#691395 (or 0x691395) is known color: Indigo. HEX triplet: 69, 13 and 95. RGB value is (105,19,149). Sum of RGB (Red+Green+Blue) = 105+19+149=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #691395 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691395 is #96EC6A. Grayscale: #3B3B3B. Windows color (decimal): -9890923 or 9769833. OLE color: 9769833.

HSL color Cylindrical-coordinate representation of color #691395: hue angle of 279.69º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #691395 is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 19 149 -
CMYK 0.30 0.87 0 0.42
HSL 279.69º 0.77% 0.33% -
HSV(B) 279.69º 0.87% 0.58% -
XYZ 11.48 5.64 28.92 -
YUV 59.53 178.49 160.43 -
System Red Green Blue C M Y K H S L
Decimal 105 19 149 0.30 0.87 0 0.42 279.69 0.77 0.33
Hex 69 13 95 1E 57 0 2A 118 4D 21
Octal 151 23 225 36 127 0 52 430 115 41
Binary 1101001 10011 10010101 11110 1010111 0 101010 100011000 1001101 100001

Color Harmonies of #691395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691395

Black with #691395

Text Example


Text Example

White with #691395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691395; }

 p { color: rgb(105,19,149); }

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

background-color css

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

 a { background-color: rgb(105,19,149); }

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

border-color css

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

 span { border-color: rgb(105,19,149); }

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