Html Css Color HEX #611786 Indigo

📋 copy color: '#611786'

red 97 ◦ green 23 ◦ blue 134

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

Shades of Indigo #611786

Tints of Indigo #611786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.06%

 BLUE value IS 134 (52.73% from 255) = 52.76%

R = 38.19%
G = 9.06%
B = 52.76%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#611786 (or 0x611786) is known color: Indigo. HEX triplet: 61, 17 and 86. RGB value is (97,23,134). Sum of RGB (Red+Green+Blue) = 97+23+134=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #611786 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611786 is #9EE879. Grayscale: #393939. Windows color (decimal): -10414202 or 8787809. OLE color: 8787809.

HSL color Cylindrical-coordinate representation of color #611786: hue angle of 280º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #611786 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 23 134 -
CMYK 0.28 0.83 0 0.47
HSL 280º 0.71% 0.31% -
HSV(B) 280º 0.83% 0.53% -
XYZ 9.54 4.88 22.99 -
YUV 57.78 171.02 155.97 -
System Red Green Blue C M Y K H S L
Decimal 97 23 134 0.28 0.83 0 0.47 280 0.71 0.31
Hex 61 17 86 1C 53 0 2F 118 47 1F
Octal 141 27 206 34 123 0 57 430 107 37
Binary 1100001 10111 10000110 11100 1010011 0 101111 100011000 1000111 11111

Color Harmonies of #611786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611786

Black with #611786

Text Example


Text Example

White with #611786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611786; }

 p { color: rgb(97,23,134); }

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

background-color css

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

 a { background-color: rgb(97,23,134); }

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

border-color css

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

 span { border-color: rgb(97,23,134); }

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