Html Css Color HEX #690591 Indigo

📋 copy color: '#690591'

red 105 ◦ green 5 ◦ blue 145

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

Shades of Indigo #690591

Tints of Indigo #690591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.96%

 BLUE value IS 145 (57.03% from 255) = 56.86%

R = 41.18%
G = 1.96%
B = 56.86%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#690591 (or 0x690591) is known color: Indigo. HEX triplet: 69, 05 and 91. RGB value is (105,5,145). Sum of RGB (Red+Green+Blue) = 105+5+145=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #690591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690591 is #96FA6E. Grayscale: #323232. Windows color (decimal): -9894511 or 9504105. OLE color: 9504105.

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

Color convert

RGB 105 5 145 -
CMYK 0.28 0.97 0 0.43
HSL 282.86º 0.93% 0.29% -
HSV(B) 282.86º 0.97% 0.57% -
XYZ 10.99 5.16 27.2 -
YUV 50.86 181.13 166.62 -
System Red Green Blue C M Y K H S L
Decimal 105 5 145 0.28 0.97 0 0.43 282.86 0.93 0.29
Hex 69 5 91 1C 61 0 2B 11B 5D 1D
Octal 151 5 221 34 141 0 53 433 135 35
Binary 1101001 101 10010001 11100 1100001 0 101011 100011011 1011101 11101

Color Harmonies of #690591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690591

Black with #690591

Text Example


Text Example

White with #690591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690591; }

 p { color: rgb(105,5,145); }

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

background-color css

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

 a { background-color: rgb(105,5,145); }

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

border-color css

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

 span { border-color: rgb(105,5,145); }

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