#620974

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

Shades of Indigo #620974

Tints of Indigo #620974

Color information

#620974 (or 0x620974) is unknown color: approx Indigo. HEX triplet: 62, 09 and 74. RGB value is (98,9,116). Sum of RGB (Red+Green+Blue) = 98+9+116=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #620974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620974 is #9DF68B. Grayscale: #2F2F2F. Windows color (decimal): -10352268 or 7604578. OLE color: 7604578.

HSL color Cylindrical-coordinate representation of color #620974: hue angle of 289.91º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #620974 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB989116-
CMYK0.160.9200.55
HSL289.91º85.6%24.51%-
HSV(B)289.91º92.24%45.49%-
XYZ8.294.0516.87-
YUV47.81166.49163.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.95%
GREEN value IS 9 (3.91% from 255) = 4.04%
BLUE value IS 116 (45.70% from 255) = 52.02%
R=43.95%
G=4.04%
B=52.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9891160.160.9200.55289.9185.624.51
Hex62974105C0371225619
Octal142111642013406744212631
Binary1100010100111101001000010111000110111100100010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620974; }

 p { color: rgb(98,9,116); }

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

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

 a { background-color: rgb(98,9,116); }

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

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

 span { border-color: rgb(98,9,116); }

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