#621388

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

Shades of Indigo #621388

Tints of Indigo #621388

Color information

#621388 (or 0x621388) is unknown color: approx Indigo. HEX triplet: 62, 13 and 88. RGB value is (98,19,136). Sum of RGB (Red+Green+Blue) = 98+19+136=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #621388 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621388 is #9DEC77. Grayscale: #373737. Windows color (decimal): -10349688 or 8917858. OLE color: 8917858.

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

Color convert

RGB9819136-
CMYK0.280.8600.47
HSL280.51º75.48%30.39%-
HSV(B)280.51º86.03%53.33%-
XYZ9.714.8423.71-
YUV55.96173.17157.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.74%
GREEN value IS 19 (7.81% from 255) = 7.51%
BLUE value IS 136 (53.52% from 255) = 53.75%
R=38.74%
G=7.51%
B=53.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98191360.280.8600.47280.5175.4830.39
Hex6213881C5602F1194b1e
Octal142232103412605743111336
Binary110001010011100010001110010101100101111100011001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621388; }

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

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

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

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

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

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

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

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