Html Css Color HEX #610486 Indigo

📋 copy color: '#610486'

red 97 ◦ green 4 ◦ blue 134

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

Shades of Indigo #610486

Tints of Indigo #610486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 57.02%

R = 41.28%
G = 1.7%
B = 57.02%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#610486 (or 0x610486) is known color: Indigo. HEX triplet: 61, 04 and 86. RGB value is (97,4,134). Sum of RGB (Red+Green+Blue) = 97+4+134=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 134 (52.73% from 255 or 57.02% from 235); Max value from RGB is 134 - color contains mainly: blue. Hex color #610486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610486 is #9EFB79. Grayscale: #2E2E2E. Windows color (decimal): -10419066 or 8782945. OLE color: 8782945.

HSL color Cylindrical-coordinate representation of color #610486: hue angle of 282.92º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #610486 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 4 134 -
CMYK 0.28 0.97 0 0.47
HSL 282.92º 0.94% 0.27% -
HSV(B) 282.92º 0.97% 0.53% -
XYZ 9.28 4.35 22.9 -
YUV 46.63 177.31 163.93 -
System Red Green Blue C M Y K H S L
Decimal 97 4 134 0.28 0.97 0 0.47 282.92 0.94 0.27
Hex 61 4 86 1C 61 0 2F 11B 5E 1B
Octal 141 4 206 34 141 0 57 433 136 33
Binary 1100001 100 10000110 11100 1100001 0 101111 100011011 1011110 11011

Color Harmonies of #610486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610486

Black with #610486

Text Example


Text Example

White with #610486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610486; }

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

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

background-color css

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

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

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

border-color css

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

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

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