Html Css Color HEX #610D87 Indigo

📋 copy color: '#610D87'

red 97 ◦ green 13 ◦ blue 135

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

Shades of Indigo #610D87

Tints of Indigo #610D87

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.31%

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

R = 39.59%
G = 5.31%
B = 55.1%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#610D87 (or 0x610D87) is known color: Indigo. HEX triplet: 61, 0D and 87. RGB value is (97,13,135). Sum of RGB (Red+Green+Blue) = 97+13+135=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #610D87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610D87 is #9EF278. Grayscale: #333333. Windows color (decimal): -10416761 or 8850785. OLE color: 8850785.

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

Color convert

RGB 97 13 135 -
CMYK 0.28 0.90 0 0.47
HSL 281.31º 0.82% 0.29% -
HSV(B) 281.31º 0.9% 0.53% -
XYZ 9.45 4.58 23.31 -
YUV 52.02 174.83 160.08 -
System Red Green Blue C M Y K H S L
Decimal 97 13 135 0.28 0.90 0 0.47 281.31 0.82 0.29
Hex 61 D 87 1C 5A 0 2F 119 52 1D
Octal 141 15 207 34 132 0 57 431 122 35
Binary 1100001 1101 10000111 11100 1011010 0 101111 100011001 1010010 11101

Color Harmonies of #610D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610D87

Black with #610D87

Text Example


Text Example

White with #610D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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