#620AA7

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

Shades of Indigo #620AA7

Tints of Indigo #620AA7

Color information

#620AA7 (or 0x620AA7) is unknown color: approx Indigo. HEX triplet: 62, 0A and A7. RGB value is (98,10,167). Sum of RGB (Red+Green+Blue) = 98+10+167=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 167 (65.62% from 255 or 60.73% from 275); Max value from RGB is 167 - color contains mainly: blue. Hex color #620AA7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620AA7 is #9DF558. Grayscale: #353535. Windows color (decimal): -10351961 or 10947170. OLE color: 10947170.

HSL color Cylindrical-coordinate representation of color #620AA7: hue angle of 273.63º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620AA7 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9810167-
CMYK0.410.9400.35
HSL273.63º88.7%34.71%-
HSV(B)273.63º94.01%65.49%-
XYZ12.125.637-
YUV54.21191.65159.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.64%
GREEN value IS 10 (4.30% from 255) = 3.64%
BLUE value IS 167 (65.62% from 255) = 60.73%
R=35.64%
G=3.64%
B=60.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal98101670.410.9400.35273.6388.734.71
Hex62AA7295E0231125923
Octal142122475113604342213143
Binary1100010101010100111101001101111001000111000100101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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