#620186

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

Shades of Indigo #620186

Tints of Indigo #620186

Color information

#620186 (or 0x620186) is unknown color: approx Indigo. HEX triplet: 62, 01 and 86. RGB value is (98,1,134). Sum of RGB (Red+Green+Blue) = 98+1+134=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 134 (52.73% from 255 or 57.51% from 233); Max value from RGB is 134 - color contains mainly: blue. Hex color #620186 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620186 is #9DFE79. Grayscale: #2C2C2C. Windows color (decimal): -10354298 or 8782178. OLE color: 8782178.

HSL color Cylindrical-coordinate representation of color #620186: hue angle of 283.76º 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 #620186 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB981134-
CMYK0.270.9900.47
HSL283.76º98.52%26.47%-
HSV(B)283.76º99.25%52.55%-
XYZ9.354.3422.9-
YUV45.16178.14165.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.06%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 134 (52.73% from 255) = 57.51%
R=42.06%
G=0.43%
B=57.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9811340.270.9900.47283.7698.5226.47
Hex621861B6302F11c631a
Octal14212063314305743414332
Binary11000101100001101101111000110101111100011100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620186; }

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

 H1.HeaderClassName
 {
   color: #620186;
 }
 .AnyTagClassName
 {
   color: #620186;
 }
</style>
background-color css

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

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

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

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

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

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