Html Css Color HEX #610595 Indigo

📋 copy color: '#610595'

red 97 ◦ green 5 ◦ blue 149

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

Shades of Indigo #610595

Tints of Indigo #610595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 59.36%

R = 38.65%
G = 1.99%
B = 59.36%

CMYK

 C value IS 0.35

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#610595 (or 0x610595) is known color: Indigo. HEX triplet: 61, 05 and 95. RGB value is (97,5,149). Sum of RGB (Red+Green+Blue) = 97+5+149=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #610595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610595 is #9EFA6A. Grayscale: #303030. Windows color (decimal): -10418795 or 9766241. OLE color: 9766241.

HSL color Cylindrical-coordinate representation of color #610595: hue angle of 278.33º degrees, saturation: 0.94, 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 #610595 is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 5 149 -
CMYK 0.35 0.97 0 0.42
HSL 278.33º 0.94% 0.3% -
HSV(B) 278.33º 0.97% 0.58% -
XYZ 10.41 4.82 28.82 -
YUV 48.92 184.48 162.29 -
System Red Green Blue C M Y K H S L
Decimal 97 5 149 0.35 0.97 0 0.42 278.33 0.94 0.3
Hex 61 5 95 23 61 0 2A 116 5E 1E
Octal 141 5 225 43 141 0 52 426 136 36
Binary 1100001 101 10010101 100011 1100001 0 101010 100010110 1011110 11110

Color Harmonies of #610595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610595

Black with #610595

Text Example


Text Example

White with #610595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610595; }

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

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

background-color css

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

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

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

border-color css

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

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

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