#621696

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

Shades of Indigo #621696

Tints of Indigo #621696

Color information

#621696 (or 0x621696) is unknown color: approx Indigo. HEX triplet: 62, 16 and 96. RGB value is (98,22,150). Sum of RGB (Red+Green+Blue) = 98+22+150=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #621696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621696 is #9DE969. Grayscale: #3A3A3A. Windows color (decimal): -10348906 or 9836130. OLE color: 9836130.

HSL color Cylindrical-coordinate representation of color #621696: hue angle of 275.62º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #621696 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9822150-
CMYK0.350.8500.41
HSL275.62º74.42%33.73%-
HSV(B)275.62º85.33%58.82%-
XYZ10.835.3729.32-
YUV59.32179.18155.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.30%
GREEN value IS 22 (8.98% from 255) = 8.15%
BLUE value IS 150 (58.98% from 255) = 55.56%
R=36.30%
G=8.15%
B=55.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal98221500.350.8500.41275.6274.4233.73
Hex62169623550291144a22
Octal142262264312505142411242
Binary11000101011010010110100011101010101010011000101001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621696; }

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

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

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

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

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

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

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

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