Html Css Color HEX #610C87 Indigo

📋 copy color: '#610C87'

red 97 ◦ green 12 ◦ blue 135

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

Shades of Indigo #610C87

Tints of Indigo #610C87

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.92%

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

R = 39.75%
G = 4.92%
B = 55.33%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#610C87 (or 0x610C87) is known color: Indigo. HEX triplet: 61, 0C and 87. RGB value is (97,12,135). Sum of RGB (Red+Green+Blue) = 97+12+135=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 135 (53.12% from 255 or 55.33% from 244); Max value from RGB is 135 - color contains mainly: blue. Hex color #610C87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610C87 is #9EF378. Grayscale: #333333. Windows color (decimal): -10417017 or 8850529. OLE color: 8850529.

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

Color convert

RGB 97 12 135 -
CMYK 0.28 0.91 0 0.47
HSL 281.46º 0.84% 0.29% -
HSV(B) 281.46º 0.91% 0.53% -
XYZ 9.43 4.55 23.3 -
YUV 51.44 175.16 160.5 -
System Red Green Blue C M Y K H S L
Decimal 97 12 135 0.28 0.91 0 0.47 281.46 0.84 0.29
Hex 61 C 87 1C 5B 0 2F 119 54 1D
Octal 141 14 207 34 133 0 57 431 124 35
Binary 1100001 1100 10000111 11100 1011011 0 101111 100011001 1010100 11101

Color Harmonies of #610C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610C87

Black with #610C87

Text Example


Text Example

White with #610C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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