Html Css Color HEX #610571 Indigo

📋 copy color: '#610571'

red 97 ◦ green 5 ◦ blue 113

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

Shades of Indigo #610571

Tints of Indigo #610571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.33%

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

R = 45.12%
G = 2.33%
B = 52.56%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#610571 (or 0x610571) is known color: Indigo. HEX triplet: 61, 05 and 71. RGB value is (97,5,113). Sum of RGB (Red+Green+Blue) = 97+5+113=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #610571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610571 is #9EFA8E. Grayscale: #2C2C2C. Windows color (decimal): -10418831 or 7406945. OLE color: 7406945.

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

Color convert

RGB 97 5 113 -
CMYK 0.14 0.96 0 0.56
HSL 291.11º 0.92% 0.23% -
HSV(B) 291.11º 0.96% 0.44% -
XYZ 7.96 3.84 15.94 -
YUV 44.82 166.48 165.22 -
System Red Green Blue C M Y K H S L
Decimal 97 5 113 0.14 0.96 0 0.56 291.11 0.92 0.23
Hex 61 5 71 E 60 0 38 123 5C 17
Octal 141 5 161 16 140 0 70 443 134 27
Binary 1100001 101 1110001 1110 1100000 0 111000 100100011 1011100 10111

Color Harmonies of #610571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610571

Black with #610571

Text Example


Text Example

White with #610571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610571; }

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

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

background-color css

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

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

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

border-color css

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

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

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