Html Css Color HEX #610574 Indigo

📋 copy color: '#610574'

red 97 ◦ green 5 ◦ blue 116

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

Shades of Indigo #610574

Tints of Indigo #610574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 53.21%

R = 44.5%
G = 2.29%
B = 53.21%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#610574 (or 0x610574) is known color: Indigo. HEX triplet: 61, 05 and 74. RGB value is (97,5,116). Sum of RGB (Red+Green+Blue) = 97+5+116=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #610574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610574 is #9EFA8B. Grayscale: #2C2C2C. Windows color (decimal): -10418828 or 7603553. OLE color: 7603553.

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

Color convert

RGB 97 5 116 -
CMYK 0.16 0.96 0 0.55
HSL 289.73º 0.92% 0.24% -
HSV(B) 289.73º 0.96% 0.45% -
XYZ 8.14 3.91 16.85 -
YUV 45.16 167.98 164.97 -
System Red Green Blue C M Y K H S L
Decimal 97 5 116 0.16 0.96 0 0.55 289.73 0.92 0.24
Hex 61 5 74 10 60 0 37 122 5C 18
Octal 141 5 164 20 140 0 67 442 134 30
Binary 1100001 101 1110100 10000 1100000 0 110111 100100010 1011100 11000

Color Harmonies of #610574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610574

Black with #610574

Text Example


Text Example

White with #610574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610574; }

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

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

background-color css

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

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

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

border-color css

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

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

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