#620586

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

Shades of Indigo #620586

Tints of Indigo #620586

Color information

#620586 (or 0x620586) is unknown color: approx Indigo. HEX triplet: 62, 05 and 86. RGB value is (98,5,134). Sum of RGB (Red+Green+Blue) = 98+5+134=237 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.35% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #620586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620586 is #9DFA79. Grayscale: #2F2F2F. Windows color (decimal): -10353274 or 8783202. OLE color: 8783202.

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

Color convert

RGB985134-
CMYK0.270.9600.47
HSL283.26º92.81%27.25%-
HSV(B)283.26º96.27%52.55%-
XYZ9.394.4322.91-
YUV47.51176.81164.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.35%
GREEN value IS 5 (2.34% from 255) = 2.11%
BLUE value IS 134 (52.73% from 255) = 56.54%
R=41.35%
G=2.11%
B=56.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9851340.270.9600.47283.2692.8127.25
Hex625861B6002F11b5d1b
Octal14252063314005743313533
Binary1100010101100001101101111000000101111100011011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620586; }

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

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

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

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

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

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

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

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