Html Css Color HEX #610186 Indigo

📋 copy color: '#610186'

red 97 ◦ green 1 ◦ blue 134

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

Shades of Indigo #610186

Tints of Indigo #610186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 134 (52.73% from 255) = 57.76%

R = 41.81%
G = 0.43%
B = 57.76%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#610186 (or 0x610186) is known color: Indigo. HEX triplet: 61, 01 and 86. RGB value is (97,1,134). Sum of RGB (Red+Green+Blue) = 97+1+134=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 134 (52.73% from 255 or 57.76% from 232); Max value from RGB is 134 - color contains mainly: blue. Hex color #610186 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610186 is #9EFE79. Grayscale: #2C2C2C. Windows color (decimal): -10419834 or 8782177. OLE color: 8782177.

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

Color convert

RGB 97 1 134 -
CMYK 0.28 0.99 0 0.47
HSL 283.31º 0.99% 0.26% -
HSV(B) 283.31º 0.99% 0.53% -
XYZ 9.24 4.28 22.89 -
YUV 44.87 178.3 165.19 -
System Red Green Blue C M Y K H S L
Decimal 97 1 134 0.28 0.99 0 0.47 283.31 0.99 0.26
Hex 61 1 86 1C 63 0 2F 11B 63 1A
Octal 141 1 206 34 143 0 57 433 143 32
Binary 1100001 1 10000110 11100 1100011 0 101111 100011011 1100011 11010

Color Harmonies of #610186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610186

Black with #610186

Text Example


Text Example

White with #610186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610186; }

 p { color: rgb(97,1,134); }

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

background-color css

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

 a { background-color: rgb(97,1,134); }

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

border-color css

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

 span { border-color: rgb(97,1,134); }

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