#620488

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

Shades of Indigo #620488

Tints of Indigo #620488

Color information

#620488 (or 0x620488) is unknown color: approx Indigo. HEX triplet: 62, 04 and 88. RGB value is (98,4,136). Sum of RGB (Red+Green+Blue) = 98+4+136=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 136 (53.52% from 255 or 57.14% from 238); Max value from RGB is 136 - color contains mainly: blue. Hex color #620488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620488 is #9DFB77. Grayscale: #2E2E2E. Windows color (decimal): -10353528 or 8914018. OLE color: 8914018.

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

Color convert

RGB984136-
CMYK0.280.9700.47
HSL282.73º94.29%27.45%-
HSV(B)282.73º97.06%53.33%-
XYZ9.524.4623.65-
YUV47.15178.14164.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.18%
GREEN value IS 4 (1.95% from 255) = 1.68%
BLUE value IS 136 (53.52% from 255) = 57.14%
R=41.18%
G=1.68%
B=57.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9841360.280.9700.47282.7394.2927.45
Hex624881C6102F11b5e1b
Octal14242103414105743313633
Binary1100010100100010001110011000010101111100011011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620488; }

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

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

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

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

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

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

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

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