Html Css Color HEX #610F87 Indigo

📋 copy color: '#610F87'

red 97 ◦ green 15 ◦ blue 135

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

Shades of Indigo #610F87

Tints of Indigo #610F87

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.07%

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

R = 39.27%
G = 6.07%
B = 54.66%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#610F87 (or 0x610F87) is known color: Indigo. HEX triplet: 61, 0F and 87. RGB value is (97,15,135). Sum of RGB (Red+Green+Blue) = 97+15+135=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #610F87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610F87 is #9EF078. Grayscale: #343434. Windows color (decimal): -10416249 or 8851297. OLE color: 8851297.

HSL color Cylindrical-coordinate representation of color #610F87: hue angle of 281º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #610F87 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 15 135 -
CMYK 0.28 0.89 0 0.47
HSL 281º 0.8% 0.29% -
HSV(B) 281º 0.89% 0.53% -
XYZ 9.47 4.63 23.32 -
YUV 53.2 174.17 159.24 -
System Red Green Blue C M Y K H S L
Decimal 97 15 135 0.28 0.89 0 0.47 281 0.8 0.29
Hex 61 F 87 1C 59 0 2F 119 50 1D
Octal 141 17 207 34 131 0 57 431 120 35
Binary 1100001 1111 10000111 11100 1011001 0 101111 100011001 1010000 11101

Color Harmonies of #610F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610F87

Black with #610F87

Text Example


Text Example

White with #610F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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