#620478

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

Shades of Indigo #620478

Tints of Indigo #620478

Color information

#620478 (or 0x620478) is unknown color: approx Indigo. HEX triplet: 62, 04 and 78. RGB value is (98,4,120). Sum of RGB (Red+Green+Blue) = 98+4+120=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #620478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620478 is #9DFB87. Grayscale: #2C2C2C. Windows color (decimal): -10353544 or 7865442. OLE color: 7865442.

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

Color convert

RGB984120-
CMYK0.180.9700.53
HSL288.62º93.55%24.31%-
HSV(B)288.62º96.67%47.06%-
XYZ8.474.0418.1-
YUV45.33170.14165.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.14%
GREEN value IS 4 (1.95% from 255) = 1.80%
BLUE value IS 120 (47.27% from 255) = 54.05%
R=44.14%
G=1.80%
B=54.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9841200.180.9700.53288.6293.5524.31
Hex6247812610351215e18
Octal14241702214106544113630
Binary110001010011110001001011000010110101100100001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620478; }

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

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

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

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

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

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

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

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