Html Css Color HEX #610593 Indigo

📋 copy color: '#610593'

red 97 ◦ green 5 ◦ blue 147

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

Shades of Indigo #610593

Tints of Indigo #610593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 59.04%

R = 38.96%
G = 2.01%
B = 59.04%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#610593 (or 0x610593) is known color: Indigo. HEX triplet: 61, 05 and 93. RGB value is (97,5,147). Sum of RGB (Red+Green+Blue) = 97+5+147=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #610593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610593 is #9EFA6C. Grayscale: #303030. Windows color (decimal): -10418797 or 9635169. OLE color: 9635169.

HSL color Cylindrical-coordinate representation of color #610593: hue angle of 278.87º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #610593 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 5 147 -
CMYK 0.34 0.97 0 0.42
HSL 278.87º 0.93% 0.3% -
HSV(B) 278.87º 0.97% 0.58% -
XYZ 10.25 4.76 27.98 -
YUV 48.7 183.48 162.45 -
System Red Green Blue C M Y K H S L
Decimal 97 5 147 0.34 0.97 0 0.42 278.87 0.93 0.3
Hex 61 5 93 22 61 0 2A 117 5D 1E
Octal 141 5 223 42 141 0 52 427 135 36
Binary 1100001 101 10010011 100010 1100001 0 101010 100010111 1011101 11110

Color Harmonies of #610593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610593

Black with #610593

Text Example


Text Example

White with #610593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610593; }

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

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

background-color css

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

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

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

border-color css

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

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

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