Html Css Color HEX #610487 Indigo

📋 copy color: '#610487'

red 97 ◦ green 4 ◦ blue 135

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

Shades of Indigo #610487

Tints of Indigo #610487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 57.2%

R = 41.1%
G = 1.69%
B = 57.2%

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

#610487 (or 0x610487) is known color: Indigo. HEX triplet: 61, 04 and 87. RGB value is (97,4,135). Sum of RGB (Red+Green+Blue) = 97+4+135=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 135 (53.12% from 255 or 57.20% from 236); Max value from RGB is 135 - color contains mainly: blue. Hex color #610487 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610487 is #9EFB78. Grayscale: #2E2E2E. Windows color (decimal): -10419065 or 8848481. OLE color: 8848481.

HSL color Cylindrical-coordinate representation of color #610487: hue angle of 282.6º 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 #610487 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 4 135 -
CMYK 0.28 0.97 0 0.47
HSL 282.6º 0.94% 0.27% -
HSV(B) 282.6º 0.97% 0.53% -
XYZ 9.35 4.38 23.27 -
YUV 46.74 177.81 163.85 -
System Red Green Blue C M Y K H S L
Decimal 97 4 135 0.28 0.97 0 0.47 282.6 0.94 0.27
Hex 61 4 87 1C 61 0 2F 11B 5E 1B
Octal 141 4 207 34 141 0 57 433 136 33
Binary 1100001 100 10000111 11100 1100001 0 101111 100011011 1011110 11011

Color Harmonies of #610487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610487

Black with #610487

Text Example


Text Example

White with #610487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610487; }

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

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

background-color css

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

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

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

border-color css

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

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

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