Html Css Color HEX #610177 Indigo

📋 copy color: '#610177'

red 97 ◦ green 1 ◦ blue 119

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

Shades of Indigo #610177

Tints of Indigo #610177

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 119 (46.88% from 255) = 54.84%

R = 44.7%
G = 0.46%
B = 54.84%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#610177 (or 0x610177) is known color: Indigo. HEX triplet: 61, 01 and 77. RGB value is (97,1,119). Sum of RGB (Red+Green+Blue) = 97+1+119=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #610177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610177 is #9EFE88. Grayscale: #2A2A2A. Windows color (decimal): -10419849 or 7799137. OLE color: 7799137.

HSL color Cylindrical-coordinate representation of color #610177: hue angle of 288.81º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610177 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 1 119 -
CMYK 0.18 0.99 0 0.53
HSL 288.81º 0.98% 0.24% -
HSV(B) 288.81º 0.99% 0.47% -
XYZ 8.27 3.9 17.77 -
YUV 43.16 170.8 166.41 -
System Red Green Blue C M Y K H S L
Decimal 97 1 119 0.18 0.99 0 0.53 288.81 0.98 0.24
Hex 61 1 77 12 63 0 35 121 62 18
Octal 141 1 167 22 143 0 65 441 142 30
Binary 1100001 1 1110111 10010 1100011 0 110101 100100001 1100010 11000

Color Harmonies of #610177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610177

Black with #610177

Text Example


Text Example

White with #610177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610177; }

 p { color: rgb(97,1,119); }

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

background-color css

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

 a { background-color: rgb(97,1,119); }

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

border-color css

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

 span { border-color: rgb(97,1,119); }

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