Html Css Color HEX #610580 Indigo

📋 copy color: '#610580'

red 97 ◦ green 5 ◦ blue 128

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

Shades of Indigo #610580

Tints of Indigo #610580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 55.65%

R = 42.17%
G = 2.17%
B = 55.65%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#610580 (or 0x610580) is known color: Indigo. HEX triplet: 61, 05 and 80. RGB value is (97,5,128). Sum of RGB (Red+Green+Blue) = 97+5+128=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #610580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610580 is #9EFA7F. Grayscale: #2E2E2E. Windows color (decimal): -10418816 or 8389985. OLE color: 8389985.

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

Color convert

RGB 97 5 128 -
CMYK 0.24 0.96 0 0.50
HSL 284.88º 0.92% 0.26% -
HSV(B) 284.88º 0.96% 0.5% -
XYZ 8.88 4.21 20.77 -
YUV 46.53 173.98 164 -
System Red Green Blue C M Y K H S L
Decimal 97 5 128 0.24 0.96 0 0.50 284.88 0.92 0.26
Hex 61 5 80 18 60 0 32 11D 5C 1A
Octal 141 5 200 30 140 0 62 435 134 32
Binary 1100001 101 10000000 11000 1100000 0 110010 100011101 1011100 11010

Color Harmonies of #610580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610580

Black with #610580

Text Example


Text Example

White with #610580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610580; }

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

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

background-color css

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

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

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

border-color css

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

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

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