#621588

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

Shades of Indigo #621588

Tints of Indigo #621588

Color information

#621588 (or 0x621588) is unknown color: approx Indigo. HEX triplet: 62, 15 and 88. RGB value is (98,21,136). Sum of RGB (Red+Green+Blue) = 98+21+136=255 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.43% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #621588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621588 is #9DEA77. Grayscale: #383838. Windows color (decimal): -10349176 or 8918370. OLE color: 8918370.

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

Color convert

RGB9821136-
CMYK0.280.8500.47
HSL280.17º73.25%30.78%-
HSV(B)280.17º84.56%53.33%-
XYZ9.754.9123.73-
YUV57.13172.51157.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.43%
GREEN value IS 21 (8.59% from 255) = 8.24%
BLUE value IS 136 (53.52% from 255) = 53.33%
R=38.43%
G=8.24%
B=53.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98211360.280.8500.47280.1773.2530.78
Hex6215881C5502F118491f
Octal142252103412505743011137
Binary110001010101100010001110010101010101111100011000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621588; }

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

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

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

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

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

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

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

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