#621582

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

Shades of Indigo #621582

Tints of Indigo #621582

Color information

#621582 (or 0x621582) is unknown color: approx Indigo. HEX triplet: 62, 15 and 82. RGB value is (98,21,130). Sum of RGB (Red+Green+Blue) = 98+21+130=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #621582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621582 is #9DEA7D. Grayscale: #383838. Windows color (decimal): -10349182 or 8525154. OLE color: 8525154.

HSL color Cylindrical-coordinate representation of color #621582: hue angle of 282.39º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621582 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9821130-
CMYK0.250.8400.49
HSL282.39º72.19%29.61%-
HSV(B)282.39º83.85%50.98%-
XYZ9.334.7421.54-
YUV56.45169.51157.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.36%
GREEN value IS 21 (8.59% from 255) = 8.43%
BLUE value IS 130 (51.17% from 255) = 52.21%
R=39.36%
G=8.43%
B=52.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98211300.250.8400.49282.3972.1929.61
Hex621582195403111a481e
Octal142252023112406143211036
Binary110001010101100000101100110101000110001100011010100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621582; }

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

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

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

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

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

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

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

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