#620A98

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

Shades of Indigo #620A98

Tints of Indigo #620A98

Color information

#620A98 (or 0x620A98) is unknown color: approx Indigo. HEX triplet: 62, 0A and 98. RGB value is (98,10,152). Sum of RGB (Red+Green+Blue) = 98+10+152=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #620A98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620A98 is #9DF567. Grayscale: #343434. Windows color (decimal): -10351976 or 9964130. OLE color: 9964130.

HSL color Cylindrical-coordinate representation of color #620A98: hue angle of 277.18º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620A98 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9810152-
CMYK0.360.9300.40
HSL277.18º87.65%31.76%-
HSV(B)277.18º93.42%59.61%-
XYZ10.815.0830.12-
YUV52.5184.15160.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.69%
GREEN value IS 10 (4.30% from 255) = 3.85%
BLUE value IS 152 (59.77% from 255) = 58.46%
R=37.69%
G=3.85%
B=58.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal98101520.360.9300.40277.1887.6531.76
Hex62A98245D0281155820
Octal142122304413505042513040
Binary1100010101010011000100100101110101010001000101011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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