Html Css Color HEX #611491 Indigo

📋 copy color: '#611491'

red 97 ◦ green 20 ◦ blue 145

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

Shades of Indigo #611491

Tints of Indigo #611491

RGB

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

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

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

R = 37.02%
G = 7.63%
B = 55.34%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#611491 (or 0x611491) is known color: Indigo. HEX triplet: 61, 14 and 91. RGB value is (97,20,145). Sum of RGB (Red+Green+Blue) = 97+20+145=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #611491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611491 is #9EEB6E. Grayscale: #383838. Windows color (decimal): -10414959 or 9507937. OLE color: 9507937.

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

Color convert

RGB 97 20 145 -
CMYK 0.33 0.86 0 0.43
HSL 276.96º 0.76% 0.32% -
HSV(B) 276.96º 0.86% 0.57% -
XYZ 10.29 5.09 27.23 -
YUV 57.27 177.51 156.34 -
System Red Green Blue C M Y K H S L
Decimal 97 20 145 0.33 0.86 0 0.43 276.96 0.76 0.32
Hex 61 14 91 21 56 0 2B 115 4C 20
Octal 141 24 221 41 126 0 53 425 114 40
Binary 1100001 10100 10010001 100001 1010110 0 101011 100010101 1001100 100000

Color Harmonies of #611491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611491

Black with #611491

Text Example


Text Example

White with #611491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611491; }

 p { color: rgb(97,20,145); }

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

background-color css

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

 a { background-color: rgb(97,20,145); }

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

border-color css

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

 span { border-color: rgb(97,20,145); }

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