Html Css Color HEX #610573 Indigo

📋 copy color: '#610573'

red 97 ◦ green 5 ◦ blue 115

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

Shades of Indigo #610573

Tints of Indigo #610573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 53%

R = 44.7%
G = 2.3%
B = 53%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#610573 (or 0x610573) is known color: Indigo. HEX triplet: 61, 05 and 73. RGB value is (97,5,115). Sum of RGB (Red+Green+Blue) = 97+5+115=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #610573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610573 is #9EFA8C. Grayscale: #2C2C2C. Windows color (decimal): -10418829 or 7538017. OLE color: 7538017.

HSL color Cylindrical-coordinate representation of color #610573: hue angle of 290.18º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610573 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 5 115 -
CMYK 0.16 0.96 0 0.55
HSL 290.18º 0.92% 0.24% -
HSV(B) 290.18º 0.96% 0.45% -
XYZ 8.08 3.89 16.54 -
YUV 45.05 167.48 165.06 -
System Red Green Blue C M Y K H S L
Decimal 97 5 115 0.16 0.96 0 0.55 290.18 0.92 0.24
Hex 61 5 73 10 60 0 37 122 5C 18
Octal 141 5 163 20 140 0 67 442 134 30
Binary 1100001 101 1110011 10000 1100000 0 110111 100100010 1011100 11000

Color Harmonies of #610573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610573

Black with #610573

Text Example


Text Example

White with #610573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610573; }

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

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

background-color css

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

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

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

border-color css

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

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

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