Html Css Color HEX #610377 Indigo

📋 copy color: '#610377'

red 97 ◦ green 3 ◦ blue 119

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

Shades of Indigo #610377

Tints of Indigo #610377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.37%

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

R = 44.29%
G = 1.37%
B = 54.34%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#610377 (or 0x610377) is known color: Indigo. HEX triplet: 61, 03 and 77. RGB value is (97,3,119). Sum of RGB (Red+Green+Blue) = 97+3+119=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #610377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610377 is #9EFC88. Grayscale: #2B2B2B. Windows color (decimal): -10419337 or 7799649. OLE color: 7799649.

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

Color convert

RGB 97 3 119 -
CMYK 0.18 0.97 0 0.53
HSL 288.62º 0.95% 0.24% -
HSV(B) 288.62º 0.97% 0.47% -
XYZ 8.29 3.94 17.78 -
YUV 44.33 170.14 165.57 -
System Red Green Blue C M Y K H S L
Decimal 97 3 119 0.18 0.97 0 0.53 288.62 0.95 0.24
Hex 61 3 77 12 61 0 35 121 5F 18
Octal 141 3 167 22 141 0 65 441 137 30
Binary 1100001 11 1110111 10010 1100001 0 110101 100100001 1011111 11000

Color Harmonies of #610377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610377

Black with #610377

Text Example


Text Example

White with #610377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610377; }

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

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

background-color css

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

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

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

border-color css

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

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

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