Html Css Color HEX #610576 Indigo

📋 copy color: '#610576'

red 97 ◦ green 5 ◦ blue 118

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

Shades of Indigo #610576

Tints of Indigo #610576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 53.64%

R = 44.09%
G = 2.27%
B = 53.64%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#610576 (or 0x610576) is known color: Indigo. HEX triplet: 61, 05 and 76. RGB value is (97,5,118). Sum of RGB (Red+Green+Blue) = 97+5+118=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #610576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610576 is #9EFA89. Grayscale: #2D2D2D. Windows color (decimal): -10418826 or 7734625. OLE color: 7734625.

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

Color convert

RGB 97 5 118 -
CMYK 0.18 0.96 0 0.54
HSL 288.85º 0.92% 0.24% -
HSV(B) 288.85º 0.96% 0.46% -
XYZ 8.25 3.96 17.47 -
YUV 45.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 97 5 118 0.18 0.96 0 0.54 288.85 0.92 0.24
Hex 61 5 76 12 60 0 36 121 5C 18
Octal 141 5 166 22 140 0 66 441 134 30
Binary 1100001 101 1110110 10010 1100000 0 110110 100100001 1011100 11000

Color Harmonies of #610576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610576

Black with #610576

Text Example


Text Example

White with #610576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610576; }

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

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

background-color css

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

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

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

border-color css

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

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

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