Html Css Color HEX #610771 Indigo

📋 copy color: '#610771'

red 97 ◦ green 7 ◦ blue 113

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

Shades of Indigo #610771

Tints of Indigo #610771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.23%

 BLUE value IS 113 (44.53% from 255) = 52.07%

R = 44.7%
G = 3.23%
B = 52.07%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#610771 (or 0x610771) is known color: Indigo. HEX triplet: 61, 07 and 71. RGB value is (97,7,113). Sum of RGB (Red+Green+Blue) = 97+7+113=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #610771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610771 is #9EF88E. Grayscale: #2D2D2D. Windows color (decimal): -10418319 or 7407457. OLE color: 7407457.

HSL color Cylindrical-coordinate representation of color #610771: hue angle of 290.94º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610771 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 7 113 -
CMYK 0.14 0.94 0 0.56
HSL 290.94º 0.88% 0.24% -
HSV(B) 290.94º 0.94% 0.44% -
XYZ 7.99 3.89 15.95 -
YUV 45.99 165.82 164.38 -
System Red Green Blue C M Y K H S L
Decimal 97 7 113 0.14 0.94 0 0.56 290.94 0.88 0.24
Hex 61 7 71 E 5E 0 38 123 58 18
Octal 141 7 161 16 136 0 70 443 130 30
Binary 1100001 111 1110001 1110 1011110 0 111000 100100011 1011000 11000

Color Harmonies of #610771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610771

Black with #610771

Text Example


Text Example

White with #610771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610771; }

 p { color: rgb(97,7,113); }

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

background-color css

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

 a { background-color: rgb(97,7,113); }

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

border-color css

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

 span { border-color: rgb(97,7,113); }

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