#621586

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

Shades of Indigo #621586

Tints of Indigo #621586

Color information

#621586 (or 0x621586) is unknown color: approx Indigo. HEX triplet: 62, 15 and 86. RGB value is (98,21,134). Sum of RGB (Red+Green+Blue) = 98+21+134=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #621586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621586 is #9DEA79. Grayscale: #383838. Windows color (decimal): -10349178 or 8787298. OLE color: 8787298.

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

Color convert

RGB9821134-
CMYK0.270.8400.47
HSL280.88º72.9%30.39%-
HSV(B)280.88º84.33%52.55%-
XYZ9.614.8522.98-
YUV56.9171.51157.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.74%
GREEN value IS 21 (8.59% from 255) = 8.30%
BLUE value IS 134 (52.73% from 255) = 52.96%
R=38.74%
G=8.30%
B=52.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98211340.270.8400.47280.8872.930.39
Hex6215861B5402F119491e
Octal142252063312405743111136
Binary110001010101100001101101110101000101111100011001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621586; }

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

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

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

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

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

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

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

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