Html Css Color HEX #610592 Indigo

📋 copy color: '#610592'

red 97 ◦ green 5 ◦ blue 146

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

Shades of Indigo #610592

Tints of Indigo #610592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.87%

R = 39.11%
G = 2.02%
B = 58.87%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#610592 (or 0x610592) is known color: Indigo. HEX triplet: 61, 05 and 92. RGB value is (97,5,146). Sum of RGB (Red+Green+Blue) = 97+5+146=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #610592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610592 is #9EFA6D. Grayscale: #303030. Windows color (decimal): -10418798 or 9569633. OLE color: 9569633.

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

Color convert

RGB 97 5 146 -
CMYK 0.34 0.97 0 0.43
HSL 279.15º 0.93% 0.3% -
HSV(B) 279.15º 0.97% 0.57% -
XYZ 10.17 4.73 27.57 -
YUV 48.58 182.98 162.54 -
System Red Green Blue C M Y K H S L
Decimal 97 5 146 0.34 0.97 0 0.43 279.15 0.93 0.3
Hex 61 5 92 22 61 0 2B 117 5D 1E
Octal 141 5 222 42 141 0 53 427 135 36
Binary 1100001 101 10010010 100010 1100001 0 101011 100010111 1011101 11110

Color Harmonies of #610592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610592

Black with #610592

Text Example


Text Example

White with #610592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610592; }

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

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

background-color css

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

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

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

border-color css

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

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

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