Html Css Color HEX #611095 Indigo

📋 copy color: '#611095'

red 97 ◦ green 16 ◦ blue 149

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

Shades of Indigo #611095

Tints of Indigo #611095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.11%

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

R = 37.02%
G = 6.11%
B = 56.87%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#611095 (or 0x611095) is known color: Indigo. HEX triplet: 61, 10 and 95. RGB value is (97,16,149). Sum of RGB (Red+Green+Blue) = 97+16+149=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #611095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611095 is #9EEF6A. Grayscale: #363636. Windows color (decimal): -10415979 or 9769057. OLE color: 9769057.

HSL color Cylindrical-coordinate representation of color #611095: hue angle of 276.54º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #611095 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 16 149 -
CMYK 0.35 0.89 0 0.42
HSL 276.54º 0.81% 0.32% -
HSV(B) 276.54º 0.89% 0.58% -
XYZ 10.54 5.08 28.86 -
YUV 55.38 180.84 157.69 -
System Red Green Blue C M Y K H S L
Decimal 97 16 149 0.35 0.89 0 0.42 276.54 0.81 0.32
Hex 61 10 95 23 59 0 2A 115 51 20
Octal 141 20 225 43 131 0 52 425 121 40
Binary 1100001 10000 10010101 100011 1011001 0 101010 100010101 1010001 100000

Color Harmonies of #611095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611095

Black with #611095

Text Example


Text Example

White with #611095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611095; }

 p { color: rgb(97,16,149); }

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

background-color css

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

 a { background-color: rgb(97,16,149); }

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

border-color css

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

 span { border-color: rgb(97,16,149); }

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