#621896

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

Shades of Indigo #621896

Tints of Indigo #621896

Color information

#621896 (or 0x621896) is unknown color: approx Indigo. HEX triplet: 62, 18 and 96. RGB value is (98,24,150). Sum of RGB (Red+Green+Blue) = 98+24+150=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #621896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621896 is #9DE769. Grayscale: #3C3C3C. Windows color (decimal): -10348394 or 9836642. OLE color: 9836642.

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

Color convert

RGB9824150-
CMYK0.350.8400.41
HSL275.24º72.41%34.12%-
HSV(B)275.24º84%58.82%-
XYZ10.875.4529.33-
YUV60.49178.52154.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.03%
GREEN value IS 24 (9.77% from 255) = 8.82%
BLUE value IS 150 (58.98% from 255) = 55.15%
R=36.03%
G=8.82%
B=55.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal98241500.350.8400.41275.2472.4134.12
Hex62189623540291134822
Octal142302264312405142311042
Binary11000101100010010110100011101010001010011000100111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621896; }

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

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

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

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

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

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

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

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