#610186

Color #610186 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #610186

Tints of Indigo #610186

Color information

#610186 (or 0x610186) is unknown color: approx 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

RGB971134-
CMYK0.280.9900.47
HSL283.31º98.52%26.47%-
HSV(B)283.31º99.25%52.55%-
XYZ9.244.2822.89-
YUV44.87178.3165.19-

RGB Variations

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

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 (Cyan) values IS 0.28
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9711340.280.9900.47283.3198.5226.47
Hex611861C6302F11b631a
Octal14112063414305743314332
Binary11000011100001101110011000110101111100011011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>