#620078

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

Shades of Indigo #620078

Tints of Indigo #620078

Color information

#620078 (or 0x620078) is unknown color: approx Indigo. HEX triplet: 62, 00 and 78. RGB value is (98,0,120). Sum of RGB (Red+Green+Blue) = 98+0+120=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #620078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620078 is #9DFF87. Grayscale: #2A2A2A. Windows color (decimal): -10354568 or 7864418. OLE color: 7864418.

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

Color convert

RGB980120-
CMYK0.18100.53
HSL289º100%23.53%-
HSV(B)289º100%47.06%-
XYZ8.433.9518.09-
YUV42.98171.47167.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 120 (47.27% from 255) = 55.05%
R=44.95%
G=0%
B=55.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9801200.18100.5328910023.53
Hex6207812640351216418
Octal14201702214406544114430
Binary1100010011110001001011001000110101100100001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620078; }

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

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

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

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

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

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

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

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