#620086

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

Shades of Indigo #620086

Tints of Indigo #620086

Color information

#620086 (or 0x620086) is unknown color: approx Indigo. HEX triplet: 62, 00 and 86. RGB value is (98,0,134). Sum of RGB (Red+Green+Blue) = 98+0+134=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 0 (0.39% from 255 or 0% 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 #620086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620086 is #9DFF79. Grayscale: #2C2C2C. Windows color (decimal): -10354554 or 8781922. OLE color: 8781922.

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

Color convert

RGB980134-
CMYK0.27100.47
HSL283.88º100%26.27%-
HSV(B)283.88º100%52.55%-
XYZ9.344.3222.9-
YUV44.58178.47166.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 134 (52.73% from 255) = 57.76%
R=42.24%
G=0%
B=57.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9801340.27100.47283.8810026.27
Hex620861B6402F11c641a
Octal14202063314405743414432
Binary11000100100001101101111001000101111100011100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620086; }

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

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

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

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

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

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

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

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