#620578

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

Shades of Indigo #620578

Tints of Indigo #620578

Color information

#620578 (or 0x620578) is unknown color: approx Indigo. HEX triplet: 62, 05 and 78. RGB value is (98,5,120). Sum of RGB (Red+Green+Blue) = 98+5+120=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #620578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620578 is #9DFA87. Grayscale: #2D2D2D. Windows color (decimal): -10353288 or 7865698. OLE color: 7865698.

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

Color convert

RGB985120-
CMYK0.180.9600.53
HSL288.52º92%24.51%-
HSV(B)288.52º95.83%47.06%-
XYZ8.484.0618.11-
YUV45.92169.81165.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.95%
GREEN value IS 5 (2.34% from 255) = 2.24%
BLUE value IS 120 (47.27% from 255) = 53.81%
R=43.95%
G=2.24%
B=53.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9851200.180.9600.53288.529224.51
Hex6257812600351215c19
Octal14251702214006544113431
Binary110001010111110001001011000000110101100100001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620578; }

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

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

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

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

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

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

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

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