Html Css Color HEX #610F81 Indigo

📋 copy color: '#610F81'

red 97 ◦ green 15 ◦ blue 129

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

Shades of Indigo #610F81

Tints of Indigo #610F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 53.53%

R = 40.25%
G = 6.22%
B = 53.53%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#610F81 (or 0x610F81) is known color: Indigo. HEX triplet: 61, 0F and 81. RGB value is (97,15,129). Sum of RGB (Red+Green+Blue) = 97+15+129=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #610F81 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610F81 is #9EF07E. Grayscale: #343434. Windows color (decimal): -10416255 or 8458081. OLE color: 8458081.

HSL color Cylindrical-coordinate representation of color #610F81: hue angle of 283.16º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #610F81 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 15 129 -
CMYK 0.25 0.88 0 0.49
HSL 283.16º 0.79% 0.28% -
HSV(B) 283.16º 0.88% 0.51% -
XYZ 9.06 4.47 21.15 -
YUV 52.51 171.17 159.73 -
System Red Green Blue C M Y K H S L
Decimal 97 15 129 0.25 0.88 0 0.49 283.16 0.79 0.28
Hex 61 F 81 19 58 0 31 11B 4F 1C
Octal 141 17 201 31 130 0 61 433 117 34
Binary 1100001 1111 10000001 11001 1011000 0 110001 100011011 1001111 11100

Color Harmonies of #610F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610F81

Black with #610F81

Text Example


Text Example

White with #610F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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