Html Css Color HEX #610477 Indigo

📋 copy color: '#610477'

red 97 ◦ green 4 ◦ blue 119

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

Shades of Indigo #610477

Tints of Indigo #610477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.82%

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

R = 44.09%
G = 1.82%
B = 54.09%

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

#610477 (or 0x610477) is known color: Indigo. HEX triplet: 61, 04 and 77. RGB value is (97,4,119). Sum of RGB (Red+Green+Blue) = 97+4+119=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #610477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610477 is #9EFB88. Grayscale: #2C2C2C. Windows color (decimal): -10419081 or 7799905. OLE color: 7799905.

HSL color Cylindrical-coordinate representation of color #610477: hue angle of 288.52º degrees, saturation: 0.93, 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 #610477 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 4 119 -
CMYK 0.18 0.97 0 0.53
HSL 288.52º 0.93% 0.24% -
HSV(B) 288.52º 0.97% 0.47% -
XYZ 8.3 3.96 17.78 -
YUV 44.92 169.81 165.15 -
System Red Green Blue C M Y K H S L
Decimal 97 4 119 0.18 0.97 0 0.53 288.52 0.93 0.24
Hex 61 4 77 12 61 0 35 121 5D 18
Octal 141 4 167 22 141 0 65 441 135 30
Binary 1100001 100 1110111 10010 1100001 0 110101 100100001 1011101 11000

Color Harmonies of #610477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610477

Black with #610477

Text Example


Text Example

White with #610477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610477; }

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

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

background-color css

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

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

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

border-color css

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

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

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