#620986

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

Shades of Indigo #620986

Tints of Indigo #620986

Color information

#620986 (or 0x620986) is unknown color: approx Indigo. HEX triplet: 62, 09 and 86. RGB value is (98,9,134). Sum of RGB (Red+Green+Blue) = 98+9+134=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #620986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620986 is #9DF679. Grayscale: #313131. Windows color (decimal): -10352250 or 8784226. OLE color: 8784226.

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

Color convert

RGB989134-
CMYK0.270.9300.47
HSL282.72º87.41%28.04%-
HSV(B)282.72º93.28%52.55%-
XYZ9.444.5122.93-
YUV49.86175.49162.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.66%
GREEN value IS 9 (3.91% from 255) = 3.73%
BLUE value IS 134 (52.73% from 255) = 55.60%
R=40.66%
G=3.73%
B=55.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9891340.270.9300.47282.7287.4128.04
Hex629861B5D02F11b571c
Octal142112063313505743312734
Binary11000101001100001101101110111010101111100011011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620986; }

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

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

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

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

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

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

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

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