#621486

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

Shades of Indigo #621486

Tints of Indigo #621486

Color information

#621486 (or 0x621486) is unknown color: approx Indigo. HEX triplet: 62, 14 and 86. RGB value is (98,20,134). Sum of RGB (Red+Green+Blue) = 98+20+134=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #621486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621486 is #9DEB79. Grayscale: #373737. Windows color (decimal): -10349434 or 8787042. OLE color: 8787042.

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

Color convert

RGB9820134-
CMYK0.270.8500.47
HSL281.05º74.03%30.2%-
HSV(B)281.05º85.07%52.55%-
XYZ9.594.8222.98-
YUV56.32171.84157.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.89%
GREEN value IS 20 (8.20% from 255) = 7.94%
BLUE value IS 134 (52.73% from 255) = 53.17%
R=38.89%
G=7.94%
B=53.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98201340.270.8500.47281.0574.0330.2
Hex6214861B5502F1194a1e
Octal142242063312505743111236
Binary110001010100100001101101110101010101111100011001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621486; }

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

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

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

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

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

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

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

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