#621682

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

Shades of Indigo #621682

Tints of Indigo #621682

Color information

#621682 (or 0x621682) is unknown color: approx Indigo. HEX triplet: 62, 16 and 82. RGB value is (98,22,130). Sum of RGB (Red+Green+Blue) = 98+22+130=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #621682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621682 is #9DE97D. Grayscale: #383838. Windows color (decimal): -10348926 or 8525410. OLE color: 8525410.

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

Color convert

RGB9822130-
CMYK0.250.8300.49
HSL282.22º71.05%29.8%-
HSV(B)282.22º83.08%50.98%-
XYZ9.354.7821.55-
YUV57.04169.18157.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.2%
GREEN value IS 22 (8.98% from 255) = 8.8%
BLUE value IS 130 (51.17% from 255) = 52%
R=39.2%
G=8.8%
B=52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98221300.250.8300.49282.2271.0529.8
Hex621682195303111a471e
Octal142262023112306143210736
Binary110001010110100000101100110100110110001100011010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621682; }

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

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

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

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

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

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

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

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