#620A78

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

Shades of Indigo #620A78

Tints of Indigo #620A78

Color information

#620A78 (or 0x620A78) is unknown color: approx Indigo. HEX triplet: 62, 0A and 78. RGB value is (98,10,120). Sum of RGB (Red+Green+Blue) = 98+10+120=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #620A78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620A78 is #9DF587. Grayscale: #303030. Windows color (decimal): -10352008 or 7866978. OLE color: 7866978.

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

Color convert

RGB9810120-
CMYK0.180.9200.53
HSL288º84.62%25.49%-
HSV(B)288º91.67%47.06%-
XYZ8.544.1718.12-
YUV48.85168.15163.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.98%
GREEN value IS 10 (4.30% from 255) = 4.39%
BLUE value IS 120 (47.27% from 255) = 52.63%
R=42.98%
G=4.39%
B=52.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal98101200.180.9200.5328884.6225.49
Hex62A78125C0351205519
Octal142121702213406544012531
Binary1100010101011110001001010111000110101100100000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620A78; }

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

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

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

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

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

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

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

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