Html Css Color HEX #611690 Indigo

📋 copy color: '#611690'

red 97 ◦ green 22 ◦ blue 144

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

Shades of Indigo #611690

Tints of Indigo #611690

RGB

 RED value IS 97 (38.28% from 255) = 36.88%

 GREEN value IS 22 (8.98% from 255) = 8.37%

 BLUE value IS 144 (56.64% from 255) = 54.75%

R = 36.88%
G = 8.37%
B = 54.75%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#611690 (or 0x611690) is known color: Indigo. HEX triplet: 61, 16 and 90. RGB value is (97,22,144). Sum of RGB (Red+Green+Blue) = 97+22+144=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #611690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611690 is #9EE96F. Grayscale: #393939. Windows color (decimal): -10414448 or 9442913. OLE color: 9442913.

HSL color Cylindrical-coordinate representation of color #611690: hue angle of 276.89º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #611690 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 22 144 -
CMYK 0.33 0.85 0 0.44
HSL 276.89º 0.73% 0.33% -
HSV(B) 276.89º 0.85% 0.56% -
XYZ 10.25 5.13 26.84 -
YUV 58.33 176.35 155.58 -
System Red Green Blue C M Y K H S L
Decimal 97 22 144 0.33 0.85 0 0.44 276.89 0.73 0.33
Hex 61 16 90 21 55 0 2C 115 49 21
Octal 141 26 220 41 125 0 54 425 111 41
Binary 1100001 10110 10010000 100001 1010101 0 101100 100010101 1001001 100001

Color Harmonies of #611690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611690

Black with #611690

Text Example


Text Example

White with #611690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611690; }

 p { color: rgb(97,22,144); }

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

background-color css

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

 a { background-color: rgb(97,22,144); }

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

border-color css

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

 span { border-color: rgb(97,22,144); }

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